#A20C0F

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

Shades of Sangria #A20C0F

Tints of Sangria #A20C0F

Color information

#A20C0F (or 0xA20C0F) is unknown color: approx Sangria. HEX triplet: A2, 0C and 0F. RGB value is (162,12,15). Sum of RGB (Red+Green+Blue) = 162+12+15=189 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.71% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20C0F is #5DF3F0. Grayscale: #393939. Windows color (decimal): -6157297 or 986274. OLE color: 986274.

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

Color convert

RGB1621215-
CMYK00.930.910.36
HSL358.8º86.21%34.12%-
HSV(B)358.8º92.59%63.53%-
XYZ15.127.981.2-
YUV57.19104.2202.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 85.71%
GREEN value IS 12 (5.08% from 255) = 6.35%
BLUE value IS 15 (6.25% from 255) = 7.94%
R=85.71%
G=6.35%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162121500.930.910.36358.886.2134.12
HexA2CF05D5B241675622
Octal242141701351334454712642
Binary10100010110011110101110110110111001001011001111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20C0F; }

 p { color: rgb(162,12,15); }

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

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

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

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

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

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

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