#A0010A

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

Shades of Sangria #A0010A

Tints of Sangria #A0010A

Color information

#A0010A (or 0xA0010A) is unknown color: approx Sangria. HEX triplet: A0, 01 and 0A. RGB value is (160,1,10). Sum of RGB (Red+Green+Blue) = 160+1+10=171 (22% of max value = 765). Red value is 160 (62.89% from 255 or 93.57% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 160 - color contains mainly: red. Hex color #A0010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0010A is #5FFEF5. Grayscale: #313131. Windows color (decimal): -6291190 or 655776. OLE color: 655776.

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

Color convert

RGB160110-
CMYK00.990.940.37
HSL356.6º98.76%31.57%-
HSV(B)356.6º99.37%62.75%-
XYZ14.567.520.97-
YUV49.57105.68206.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 93.57%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=93.57%
G=0.58%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011000.990.940.37356.698.7631.57
HexA01A0635E251656320
Octal24011201431364554514340
Binary10100000110100110001110111101001011011001011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0010A; }

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

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

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

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

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

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

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

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