#A00A0C

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

Shades of Sangria #A00A0C

Tints of Sangria #A00A0C

Color information

#A00A0C (or 0xA00A0C) is unknown color: approx Sangria. HEX triplet: A0, 0A and 0C. RGB value is (160,10,12). Sum of RGB (Red+Green+Blue) = 160+10+12=182 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.91% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00A0C is #5FF5F3. Grayscale: #373737. Windows color (decimal): -6288884 or 789152. OLE color: 789152.

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

Color convert

RGB1601012-
CMYK00.940.930.37
HSL359.2º88.24%33.33%-
HSV(B)359.2º93.75%62.75%-
XYZ14.677.721.06-
YUV55.08103.7202.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 87.91%
GREEN value IS 10 (4.30% from 255) = 5.49%
BLUE value IS 12 (5.08% from 255) = 6.59%
R=87.91%
G=5.49%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160101200.940.930.37359.288.2433.33
HexA0AC05E5D251675821
Octal240121401361354554713041
Binary10100000101011000101111010111011001011011001111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00A0C; }

 p { color: rgb(160,10,12); }

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

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

 a { background-color: rgb(160,10,12); }

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

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

 span { border-color: rgb(160,10,12); }

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