Html Css Color HEX #A21604 Dark Red

📋 copy color: '#A21604'

red 162 ◦ green 22 ◦ blue 4

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

Shades of Dark Red #A21604

Tints of Dark Red #A21604

RGB

 RED value IS 162 (63.67% from 255) = 86.17%

 GREEN value IS 22 (8.98% from 255) = 11.7%

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

R = 86.17%
G = 11.7%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A21604 (or 0xA21604) is known color: Dark Red. HEX triplet: A2, 16 and 04. RGB value is (162,22,4). Sum of RGB (Red+Green+Blue) = 162+22+4=188 (24% of max value = 765). Red value is 162 (63.67% from 255 or 86.17% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 162 - color contains mainly: red. Hex color #A21604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21604 is #5DE9FB. Grayscale: #3E3E3E. Windows color (decimal): -6154748 or 267938. OLE color: 267938.

HSL color Cylindrical-coordinate representation of color #A21604: hue angle of 6.84º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A21604 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 22 4 -
CMYK 0 0.86 0.98 0.36
HSL 6.84º 0.95% 0.33% -
HSV(B) 6.84º 0.98% 0.64% -
XYZ 15.21 8.26 0.91 -
YUV 61.81 95.38 199.46 -
System Red Green Blue C M Y K H S L
Decimal 162 22 4 0 0.86 0.98 0.36 6.84 0.95 0.33
Hex A2 16 4 0 56 62 24 7 5F 21
Octal 242 26 4 0 126 142 44 7 137 41
Binary 10100010 10110 100 0 1010110 1100010 100100 111 1011111 100001

Color Harmonies of #A21604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21604

Black with #A21604

Text Example


Text Example

White with #A21604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21604; }

 p { color: rgb(162,22,4); }

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

background-color css

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

 a { background-color: rgb(162,22,4); }

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

border-color css

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

 span { border-color: rgb(162,22,4); }

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