Html Css Color HEX #A21402 Dark Red

📋 copy color: '#A21402'

red 162 ◦ green 20 ◦ blue 2

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

Shades of Dark Red #A21402

Tints of Dark Red #A21402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.87%

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

R = 88.04%
G = 10.87%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A21402 (or 0xA21402) is known color: Dark Red. HEX triplet: A2, 14 and 02. RGB value is (162,20,2). Sum of RGB (Red+Green+Blue) = 162+20+2=184 (24% of max value = 765). Red value is 162 (63.67% from 255 or 88.04% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 162 - color contains mainly: red. Hex color #A21402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21402 is #5DEBFD. Grayscale: #3C3C3C. Windows color (decimal): -6155262 or 136354. OLE color: 136354.

HSL color Cylindrical-coordinate representation of color #A21402: hue angle of 6.75º 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 #A21402 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 20 2 -
CMYK 0 0.88 0.99 0.36
HSL 6.75º 0.98% 0.32% -
HSV(B) 6.75º 0.99% 0.64% -
XYZ 15.16 8.19 0.84 -
YUV 60.41 95.04 200.46 -
System Red Green Blue C M Y K H S L
Decimal 162 20 2 0 0.88 0.99 0.36 6.75 0.98 0.32
Hex A2 14 2 0 58 63 24 7 62 20
Octal 242 24 2 0 130 143 44 7 142 40
Binary 10100010 10100 10 0 1011000 1100011 100100 111 1100010 100000

Color Harmonies of #A21402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21402

Black with #A21402

Text Example


Text Example

White with #A21402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21402; }

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

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

background-color css

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

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

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

border-color css

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

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

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