COLOR #A51B03

HEX: #A51B03
RGB: (165,27,3)

Color info

#A51B03 contains mainly red color. Web safe color of #A51B03 is #993300 (or #930).

RGB color model

#A51B03 color RGB value is (165,27,3).

  • red value is 165;
  • green value is 27;
  • blue value is 3.
RGB:
(165,27,3)
(65%,11%,1%)

RGB channels and saturation

R 165 of 255 = 65%
G 27 of 255 = 11%
B 3 of 255 = 1%

165
27
3

R + G + B ~ 26%. #A51B03 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 27 + 3 = 195 (100%)
R 165 of 195 ~ 84.62%
G 27 of 195 ~ 13.85%
B 3 of 195 ~ 1.54%

%84.62
%13.85

CMYK color model

#A51B03 color CMYK value is (0,84,98,35).

  • cyan value is 0.00%
  • magenta value is 83.64%
  • yellow value is 98.18%
  • key color value is 35.29%
CMYK:
(0,84,98,35)
C0M84Y98K35 
(0%,84%,98%,35%)
(0.00/0.84/0.98/0.35)	

CMYK percentages

%0
%83.64
%98.18
%35.29

Codes

Color #A51B03 in popluar color models

A51B03
RGB165273
HSL96.43%32.94%
HSB/HSV98.18%64.71%
CMYK0.00%83.64%98.18%
35.29%

Color #A51B03 in popluar number systems.

HEXA51B03
Decimal165273
Binary101001011101111
Octal245333

Shades and tints

Shades of #A51B03

#A51B03
(165,27,3)
#961903
(150,25,3)
#871703
(135,23,3)
#781503
(120,21,3)
#691303
(105,19,3)
#5A1103
(90,17,3)
#4B0F03
(75,15,3)
#3C0D03
(60,13,3)
#2D0B03
(45,11,3)
#1E0903
(30,9,3)
#0F0703
(15,7,3)
#000000
(0,0,0)

Tints of #A51B03

#A51B03
(165,27,3)
#AD2F19
(173,47,25)
#B5432F
(181,67,47)
#BD5745
(189,87,69)
#C56B5B
(197,107,91)
#CD7F71
(205,127,113)
#D59387
(213,147,135)
#DDA79D
(221,167,157)
#E5BBB3
(229,187,179)
#EDCFC9
(237,207,201)
#F5E3DF
(245,227,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A51B03 color. Also use rgb(165,27,3) instead hex code.

Text Font Color

.myTextColor { color: #A51B03; }

<p style="color:#A51B03">This sample text font color is #A51B03.</p>

This text font color is #A51B03.


Background Color

.myBgColor { background-color: #A51B03; }

<div style="background-color:#A51B03">Inner text</div>

This div background color is #A51B03.


Border color

.myBorderColor { border: 1px solid #A51B03; }

<div style="border:3px solid #A51B03">Div</div>

This div border color is #A51B03.


Opacity

.myOpacity80 { color: #A51B03; opacity: 0.8; }

<p style="color:#A51B03;opacity:0.8;">80%</p>

Text with #A51B03 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A51B03;}

<p style="text-shadow: 3px 3px 1px #A51B03">Text here.</p>

This text has shadow with #A51B03 color.

.textShadow {text-shadow: 3px 3px 1px #A51B03, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A51B03, 5px 5px 20px red">Text here.</p>

This text has shadow with #A51B03 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A51B03, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A51B03, Direction=45, Strength=4)">Text</p>

This text has shadow with #A51B03 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A51B03;
  -webkit-box-shadow:	1px 1px 3px 2px #A51B03;
  box-shadow:		1px 1px 3px 2px #A51B03;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A51B03;
-webkit-box-shadow: 1px 1px 3px 2px #A51B03;
box-shadow:1px 1px 3px 2px #A51B03;">
Div content here</div>
This div box has shadow with color #A51B03.

Preview

Color preview on black background

This text has color #A51B03 on black background.


Color preview on white background

This text has color #A51B03 on white background.



Black color preview on #A51B03 background

This text has black color on #A51B03 background.


White color preview on #A51B03 background

This text has white color on #A51B03 background.