#A20208

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

Shades of Sangria #A20208

Tints of Sangria #A20208

Color information

#A20208 (or 0xA20208) is unknown color: approx Sangria. HEX triplet: A2, 02 and 08. RGB value is (162,2,8). Sum of RGB (Red+Green+Blue) = 162+2+8=172 (22% of max value = 765). Red value is 162 (63.67% from 255 or 94.19% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 162 - color contains mainly: red. Hex color #A20208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20208 is #5DFDF7. Grayscale: #323232. Windows color (decimal): -6159864 or 524962. OLE color: 524962.

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

Color convert

RGB16228-
CMYK00.990.950.36
HSL357.75º97.56%32.16%-
HSV(B)357.75º98.77%63.53%-
XYZ14.977.740.94-
YUV50.52104.01207.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 94.19%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 8 (3.52% from 255) = 4.65%
R=94.19%
G=1.16%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622800.990.950.36357.7597.5632.16
HexA2280635F241666220
Octal24221001431374454614240
Binary101000101010000110001110111111001001011001101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20208; }

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

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

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

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

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

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

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

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