Html Css Color HEX #A20704 Dark Red

📋 copy color: '#A20704'

red 162 ◦ green 7 ◦ blue 4

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

Shades of Dark Red #A20704

Tints of Dark Red #A20704

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.05%

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

R = 93.64%
G = 4.05%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A20704 (or 0xA20704) is known color: Dark Red. HEX triplet: A2, 07 and 04. RGB value is (162,7,4). Sum of RGB (Red+Green+Blue) = 162+7+4=173 (22% of max value = 765). Red value is 162 (63.67% from 255 or 93.64% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 162 - color contains mainly: red. Hex color #A20704 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20704 is #5DF8FB. Grayscale: #353535. Windows color (decimal): -6158588 or 264098. OLE color: 264098.

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

Color convert

RGB 162 7 4 -
CMYK 0 0.96 0.98 0.36
HSL 1.14º 0.95% 0.33% -
HSV(B) 1.14º 0.98% 0.64% -
XYZ 15 7.84 0.84 -
YUV 53 100.35 205.74 -
System Red Green Blue C M Y K H S L
Decimal 162 7 4 0 0.96 0.98 0.36 1.14 0.95 0.33
Hex A2 7 4 0 60 62 24 1 5F 21
Octal 242 7 4 0 140 142 44 1 137 41
Binary 10100010 111 100 0 1100000 1100010 100100 1 1011111 100001

Color Harmonies of #A20704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20704

Black with #A20704

Text Example


Text Example

White with #A20704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20704; }

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

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

background-color css

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

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

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

border-color css

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

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

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