#A2050C

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

Shades of Sangria #A2050C

Tints of Sangria #A2050C

Color information

#A2050C (or 0xA2050C) is unknown color: approx Sangria. HEX triplet: A2, 05 and 0C. RGB value is (162,5,12). Sum of RGB (Red+Green+Blue) = 162+5+12=179 (23% of max value = 765). Red value is 162 (63.67% from 255 or 90.50% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 162 - color contains mainly: red. Hex color #A2050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2050C is #5DFAF3. Grayscale: #343434. Windows color (decimal): -6159092 or 787874. OLE color: 787874.

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

Color convert

RGB162512-
CMYK00.970.930.36
HSL357.32º94.01%32.75%-
HSV(B)357.32º96.91%63.53%-
XYZ15.027.821.06-
YUV52.74105.01205.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 90.50%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 12 (5.08% from 255) = 6.70%
R=90.50%
G=2.79%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16251200.970.930.36357.3294.0132.75
HexA25C0615D241655e21
Octal24251401411354454513641
Binary1010001010111000110000110111011001001011001011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2050C; }

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

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

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

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

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

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

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

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