#a20009

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

Shades of Sangria #A20009

Tints of Sangria #A20009

Color information

#A20009 (or 0xA20009) is unknown color: approx Sangria. HEX triplet: A2, 00 and 09. RGB value is (162,0,9). Sum of RGB (Red+Green+Blue) = 162+0+9=171 (22% of max value = 765). Red value is 162 (63.67% from 255 or 94.74% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 162 - color contains mainly: red. Hex color #A20009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20009 is #5DFFF6. Grayscale: #313131. Windows color (decimal): -6160375 or 589986. OLE color: 589986.

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

Color convert

RGB16209-
CMYK010.940.36
HSL356.67º100%31.76%-
HSV(B)356.67º100%63.53%-
XYZ14.957.70.96-
YUV49.46105.17208.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 94.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 5.26%
R=94.74%
G=0%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16209010.940.36356.6710031.76
HexA2090645E241656420
Octal24201101441364454514440
Binary10100010010010110010010111101001001011001011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a20009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a20009; }

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

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

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

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

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

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

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

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