#A20206

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

Shades of Sangria #A20206

Tints of Sangria #A20206

Color information

#A20206 (or 0xA20206) is unknown color: approx Sangria. HEX triplet: A2, 02 and 06. RGB value is (162,2,6). Sum of RGB (Red+Green+Blue) = 162+2+6=170 (22% of max value = 765). Red value is 162 (63.67% from 255 or 95.29% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 162 - color contains mainly: red. Hex color #A20206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20206 is #5DFDF9. Grayscale: #323232. Windows color (decimal): -6159866 or 393890. OLE color: 393890.

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

Color convert

RGB16226-
CMYK00.990.960.36
HSL358.5º97.56%32.16%-
HSV(B)358.5º98.77%63.53%-
XYZ14.957.740.88-
YUV50.3103.01207.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 95.29%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 6 (2.73% from 255) = 3.53%
R=95.29%
G=1.18%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622600.990.960.36358.597.5632.16
HexA22606360241666220
Octal2422601431404454614240
Binary10100010101100110001111000001001001011001101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20206; }

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

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

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

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

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

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

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

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