#A00509

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

Shades of Sangria #A00509

Tints of Sangria #A00509

Color information

#A00509 (or 0xA00509) is unknown color: approx Sangria. HEX triplet: A0, 05 and 09. RGB value is (160,5,9). Sum of RGB (Red+Green+Blue) = 160+5+9=174 (23% of max value = 765). Red value is 160 (62.89% from 255 or 91.95% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 160 - color contains mainly: red. Hex color #A00509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00509 is #5FFAF6. Grayscale: #333333. Windows color (decimal): -6290167 or 591264. OLE color: 591264.

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

Color convert

RGB16059-
CMYK00.970.940.37
HSL358.45º93.94%32.35%-
HSV(B)358.45º96.88%62.75%-
XYZ14.67.60.96-
YUV51.8103.85205.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 91.95%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 9 (3.91% from 255) = 5.17%
R=91.95%
G=2.87%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605900.970.940.37358.4593.9432.35
HexA0590615E251665e20
Octal24051101411364554613640
Binary1010000010110010110000110111101001011011001101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00509; }

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

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

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

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

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

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

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

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