#A20707

Color #A20707 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #A20707

Tints of Dark Red #A20707

Color information

#A20707 (or 0xA20707) is unknown color: approx Dark Red. HEX triplet: A2, 07 and 07. RGB value is (162,7,7). Sum of RGB (Red+Green+Blue) = 162+7+7=176 (23% of max value = 765). Red value is 162 (63.67% from 255 or 92.05% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 162 - color contains mainly: red. Hex color #A20707 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20707 is #5DF8F8. Grayscale: #353535. Windows color (decimal): -6158585 or 460706. OLE color: 460706.

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

Color convert

RGB16277-
CMYK00.960.960.36
HSL91.72%33.14%-
HSV(B)95.68%63.53%-
XYZ15.017.850.92-
YUV53.34101.85205.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 92.05%
GREEN value IS 7 (3.12% from 255) = 3.98%
BLUE value IS 7 (3.12% from 255) = 3.98%
R=92.05%
G=3.98%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627700.960.960.36091.7233.14
HexA277060602405c21
Octal24277014014044013441
Binary1010001011111101100000110000010010001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20707; }

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

 H1.HeaderClassName
 {
   color: #A20707;
 }
 .AnyTagClassName
 {
   color: #A20707;
 }
</style>
background-color css

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

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

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

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

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

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