Html Css Color HEX #A21702 Dark Red

📋 copy color: '#A21702'

red 162 ◦ green 23 ◦ blue 2

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

Shades of Dark Red #A21702

Tints of Dark Red #A21702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.3%

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

R = 86.63%
G = 12.3%
B = 1.07%

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

#A21702 (or 0xA21702) is known color: Dark Red. HEX triplet: A2, 17 and 02. RGB value is (162,23,2). Sum of RGB (Red+Green+Blue) = 162+23+2=187 (24% of max value = 765). Red value is 162 (63.67% from 255 or 86.63% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 162 - color contains mainly: red. Hex color #A21702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21702 is #5DE8FD. Grayscale: #3E3E3E. Windows color (decimal): -6154494 or 137122. OLE color: 137122.

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

Color convert

RGB 162 23 2 -
CMYK 0 0.86 0.99 0.36
HSL 7.88º 0.98% 0.32% -
HSV(B) 7.88º 0.99% 0.64% -
XYZ 15.22 8.3 0.86 -
YUV 62.17 94.05 199.21 -
System Red Green Blue C M Y K H S L
Decimal 162 23 2 0 0.86 0.99 0.36 7.88 0.98 0.32
Hex A2 17 2 0 56 63 24 8 62 20
Octal 242 27 2 0 126 143 44 10 142 40
Binary 10100010 10111 10 0 1010110 1100011 100100 1000 1100010 100000

Color Harmonies of #A21702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21702

Black with #A21702

Text Example


Text Example

White with #A21702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21702; }

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

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

background-color css

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

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

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

border-color css

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

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

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