#A2010A

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

Shades of Sangria #A2010A

Tints of Sangria #A2010A

Color information

#A2010A (or 0xA2010A) is unknown color: approx Sangria. HEX triplet: A2, 01 and 0A. RGB value is (162,1,10). Sum of RGB (Red+Green+Blue) = 162+1+10=173 (22% of max value = 765). Red value is 162 (63.67% from 255 or 93.64% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 162 - color contains mainly: red. Hex color #A2010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2010A is #5DFEF5. Grayscale: #323232. Windows color (decimal): -6160118 or 655778. OLE color: 655778.

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

Color convert

RGB162110-
CMYK00.990.940.36
HSL356.65º98.77%31.96%-
HSV(B)356.65º99.38%63.53%-
XYZ14.977.730.99-
YUV50.16105.34207.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 93.64%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 10 (4.30% from 255) = 5.78%
R=93.64%
G=0.58%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211000.990.940.36356.6598.7731.96
HexA21A0635E241656320
Octal24211201431364454514340
Binary10100010110100110001110111101001001011001011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2010A; }

 p { color: rgb(162,1,10); }

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

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

 a { background-color: rgb(162,1,10); }

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

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

 span { border-color: rgb(162,1,10); }

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