Html Css Color HEX #A10603 Dark Red

📋 copy color: '#A10603'

red 161 ◦ green 6 ◦ blue 3

#A10603
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #A10603

Tints of Dark Red #A10603

RGB

 RED value IS 161 (63.28% from 255) = 94.71%

 GREEN value IS 6 (2.73% from 255) = 3.53%

 BLUE value IS 3 (1.56% from 255) = 1.76%

R = 94.71%
G = 3.53%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A10603 (or 0xA10603) is known color: Dark Red. HEX triplet: A1, 06 and 03. RGB value is (161,6,3). Sum of RGB (Red+Green+Blue) = 161+6+3=170 (22% of max value = 765). Red value is 161 (63.28% from 255 or 94.71% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 161 - color contains mainly: red. Hex color #A10603 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10603 is #5EF9FC. Grayscale: #343434. Windows color (decimal): -6224381 or 198305. OLE color: 198305.

HSL color Cylindrical-coordinate representation of color #A10603: hue angle of 1.14º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10603 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 6 3 -
CMYK 0 0.96 0.98 0.37
HSL 1.14º 0.96% 0.32% -
HSV(B) 1.14º 0.98% 0.63% -
XYZ 14.78 7.71 0.8 -
YUV 52 100.35 205.74 -
System Red Green Blue C M Y K H S L
Decimal 161 6 3 0 0.96 0.98 0.37 1.14 0.96 0.32
Hex A1 6 3 0 60 62 25 1 60 20
Octal 241 6 3 0 140 142 45 1 140 40
Binary 10100001 110 11 0 1100000 1100010 100101 1 1100000 100000

Color Harmonies of #A10603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10603

Black with #A10603

Text Example


Text Example

White with #A10603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10603; }

 p { color: rgb(161,6,3); }

 H1.HeaderClassName
 {
   color: #A10603;
 }
 .AnyTagClassName
 {
   color: #A10603;
 }
</style>

background-color css

<style>
 a { background-color: #A10603; }

 a { background-color: rgb(161,6,3); }

 div.DivClassName
 {
   background-color: #A10603;
 }
 .BgClassName
 {
   background-color: #A10603;
 }
</style>

border-color css

<style>
 span { border-color: #A10603; }

 span { border-color: rgb(161,6,3); }

 td.TdClassName
 {
   border-color: #A10603;
 }
 .TagClassName
 {
   border-color: #A10603;
 }
</style>