Html Css Color HEX #A20603 Dark Red

📋 copy color: '#A20603'

red 162 ◦ green 6 ◦ blue 3

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

Shades of Dark Red #A20603

Tints of Dark Red #A20603

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.51%

 BLUE value IS 3 (1.56% from 255) = 1.75%

R = 94.74%
G = 3.51%
B = 1.75%

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

#A20603 (or 0xA20603) is known color: Dark Red. HEX triplet: A2, 06 and 03. RGB value is (162,6,3). Sum of RGB (Red+Green+Blue) = 162+6+3=171 (22% of max value = 765). Red value is 162 (63.67% from 255 or 94.74% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 162 - color contains mainly: red. Hex color #A20603 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20603 is #5DF9FC. Grayscale: #343434. Windows color (decimal): -6158845 or 198306. OLE color: 198306.

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

Color convert

RGB 162 6 3 -
CMYK 0 0.96 0.98 0.36
HSL 1.13º 0.96% 0.32% -
HSV(B) 1.13º 0.98% 0.64% -
XYZ 14.98 7.82 0.81 -
YUV 52.3 100.18 206.24 -
System Red Green Blue C M Y K H S L
Decimal 162 6 3 0 0.96 0.98 0.36 1.13 0.96 0.32
Hex A2 6 3 0 60 62 24 1 60 20
Octal 242 6 3 0 140 142 44 1 140 40
Binary 10100010 110 11 0 1100000 1100010 100100 1 1100000 100000

Color Harmonies of #A20603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20603

Black with #A20603

Text Example


Text Example

White with #A20603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20603; }

 p { color: rgb(162,6,3); }

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

background-color css

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

 a { background-color: rgb(162,6,3); }

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

border-color css

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

 span { border-color: rgb(162,6,3); }

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