#A00009

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

Shades of Sangria #A00009

Tints of Sangria #A00009

Color information

#A00009 (or 0xA00009) is unknown color: approx Sangria. HEX triplet: A0, 00 and 09. RGB value is (160,0,9). Sum of RGB (Red+Green+Blue) = 160+0+9=169 (22% of max value = 765). Red value is 160 (62.89% from 255 or 94.67% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 160 - color contains mainly: red. Hex color #A00009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00009 is #5FFFF6. Grayscale: #303030. Windows color (decimal): -6291447 or 589984. OLE color: 589984.

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

Color convert

RGB16009-
CMYK010.940.37
HSL356.62º100%31.37%-
HSV(B)356.62º100%62.75%-
XYZ14.557.490.94-
YUV48.87105.51207.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 94.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 5.33%
R=94.67%
G=0%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16009010.940.37356.6210031.37
HexA0090645E25165641f
Octal24001101441364554514437
Binary1010000001001011001001011110100101101100101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00009; }

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

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

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

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

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

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

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

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