Html Css Color HEX #A10604 Dark Red

📋 copy color: '#A10604'

red 161 ◦ green 6 ◦ blue 4

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

Shades of Dark Red #A10604

Tints of Dark Red #A10604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.34%

R = 94.15%
G = 3.51%
B = 2.34%

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

#A10604 (or 0xA10604) is known color: Dark Red. HEX triplet: A1, 06 and 04. RGB value is (161,6,4). Sum of RGB (Red+Green+Blue) = 161+6+4=171 (22% of max value = 765). Red value is 161 (63.28% from 255 or 94.15% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 161 - color contains mainly: red. Hex color #A10604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10604 is #5EF9FB. Grayscale: #343434. Windows color (decimal): -6224380 or 263841. OLE color: 263841.

HSL color Cylindrical-coordinate representation of color #A10604: hue angle of 0.76º degrees, saturation: 0.95, 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 #A10604 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 6 4 -
CMYK 0 0.96 0.98 0.37
HSL 0.76º 0.95% 0.32% -
HSV(B) 0.76º 0.98% 0.63% -
XYZ 14.78 7.72 0.82 -
YUV 52.12 100.85 205.66 -
System Red Green Blue C M Y K H S L
Decimal 161 6 4 0 0.96 0.98 0.37 0.76 0.95 0.32
Hex A1 6 4 0 60 62 25 1 5F 20
Octal 241 6 4 0 140 142 45 1 137 40
Binary 10100001 110 100 0 1100000 1100010 100101 1 1011111 100000

Color Harmonies of #A10604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10604

Black with #A10604

Text Example


Text Example

White with #A10604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10604; }

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

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

background-color css

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

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

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

border-color css

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

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

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