Html Css Color HEX #A21700 Dark Red

📋 copy color: '#A21700'

red 162 ◦ green 23 ◦ blue 0

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

Shades of Dark Red #A21700

Tints of Dark Red #A21700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.57%
G = 12.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A21700 (or 0xA21700) is known color: Dark Red. HEX triplet: A2, 17 and 00. RGB value is (162,23,0). Sum of RGB (Red+Green+Blue) = 162+23+0=185 (24% of max value = 765). Red value is 162 (63.67% from 255 or 87.57% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 162 - color contains mainly: red. Hex color #A21700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21700 is #5DE8FF. Grayscale: #3E3E3E. Windows color (decimal): -6154496 or 6050. OLE color: 6050.

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

Color convert

RGB 162 23 0 -
CMYK 0 0.86 1 0.36
HSL 8.52º 1% 0.32% -
HSV(B) 8.52º 1% 0.64% -
XYZ 15.21 8.29 0.8 -
YUV 61.94 93.05 199.37 -
System Red Green Blue C M Y K H S L
Decimal 162 23 0 0 0.86 1 0.36 8.52 1 0.32
Hex A2 17 0 0 56 64 24 9 64 20
Octal 242 27 0 0 126 144 44 11 144 40
Binary 10100010 10111 0 0 1010110 1100100 100100 1001 1100100 100000

Color Harmonies of #A21700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21700

Black with #A21700

Text Example


Text Example

White with #A21700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21700; }

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

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

background-color css

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

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

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

border-color css

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

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

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