#A20207

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

Shades of Sangria #A20207

Tints of Sangria #A20207

Color information

#A20207 (or 0xA20207) is unknown color: approx Sangria. HEX triplet: A2, 02 and 07. RGB value is (162,2,7). Sum of RGB (Red+Green+Blue) = 162+2+7=171 (22% of max value = 765). Red value is 162 (63.67% from 255 or 94.74% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 162 - color contains mainly: red. Hex color #A20207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20207 is #5DFDF8. Grayscale: #323232. Windows color (decimal): -6159865 or 459426. OLE color: 459426.

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

Color convert

RGB16227-
CMYK00.990.960.36
HSL358.12º97.56%32.16%-
HSV(B)358.12º98.77%63.53%-
XYZ14.967.740.91-
YUV50.41103.51207.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 94.74%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 7 (3.12% from 255) = 4.09%
R=94.74%
G=1.17%
B=4.09%

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
Decimal1622700.990.960.36358.1297.5632.16
HexA22706360241666220
Octal2422701431404454614240
Binary10100010101110110001111000001001001011001101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20207; }

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

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

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

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

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

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

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

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