Html Css Color HEX #A21602 Dark Red

📋 copy color: '#A21602'

red 162 ◦ green 22 ◦ blue 2

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

Shades of Dark Red #A21602

Tints of Dark Red #A21602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.08%

R = 87.1%
G = 11.83%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A21602 (or 0xA21602) is known color: Dark Red. HEX triplet: A2, 16 and 02. RGB value is (162,22,2). Sum of RGB (Red+Green+Blue) = 162+22+2=186 (24% of max value = 765). Red value is 162 (63.67% from 255 or 87.10% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 162 - color contains mainly: red. Hex color #A21602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21602 is #5DE9FD. Grayscale: #3D3D3D. Windows color (decimal): -6154750 or 136866. OLE color: 136866.

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

Color convert

RGB 162 22 2 -
CMYK 0 0.86 0.99 0.36
HSL 7.5º 0.98% 0.32% -
HSV(B) 7.5º 0.99% 0.64% -
XYZ 15.2 8.26 0.85 -
YUV 61.58 94.38 199.63 -
System Red Green Blue C M Y K H S L
Decimal 162 22 2 0 0.86 0.99 0.36 7.5 0.98 0.32
Hex A2 16 2 0 56 63 24 8 62 20
Octal 242 26 2 0 126 143 44 10 142 40
Binary 10100010 10110 10 0 1010110 1100011 100100 1000 1100010 100000

Color Harmonies of #A21602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21602

Black with #A21602

Text Example


Text Example

White with #A21602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21602; }

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

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

background-color css

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

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

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

border-color css

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

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

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