#A2000A

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

Shades of Sangria #A2000A

Tints of Sangria #A2000A

Color information

#A2000A (or 0xA2000A) is unknown color: approx Sangria. HEX triplet: A2, 00 and 0A. RGB value is (162,0,10). Sum of RGB (Red+Green+Blue) = 162+0+10=172 (22% of max value = 765). Red value is 162 (63.67% from 255 or 94.19% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 162 - color contains mainly: red. Hex color #A2000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2000A is #5DFFF5. Grayscale: #313131. Windows color (decimal): -6160374 or 655522. OLE color: 655522.

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

Color convert

RGB162010-
CMYK010.940.36
HSL356.3º100%31.76%-
HSV(B)356.3º100%63.53%-
XYZ14.967.70.99-
YUV49.58105.67208.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 94.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 5.81%
R=94.19%
G=0%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162010010.940.36356.310031.76
HexA20A0645E241646420
Octal24201201441364454414440
Binary10100010010100110010010111101001001011001001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2000A; }

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

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

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

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

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

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

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

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