#A0010B

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

Shades of Sangria #A0010B

Tints of Sangria #A0010B

Color information

#A0010B (or 0xA0010B) is unknown color: approx Sangria. HEX triplet: A0, 01 and 0B. RGB value is (160,1,11). Sum of RGB (Red+Green+Blue) = 160+1+11=172 (22% of max value = 765). Red value is 160 (62.89% from 255 or 93.02% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 160 - color contains mainly: red. Hex color #A0010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0010B is #5FFEF4. Grayscale: #313131. Windows color (decimal): -6291189 or 721312. OLE color: 721312.

HSL color Cylindrical-coordinate representation of color #A0010B: hue angle of 356.23º 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 #A0010B is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB160111-
CMYK00.990.930.37
HSL356.23º98.76%31.57%-
HSV(B)356.23º99.37%62.75%-
XYZ14.577.521-
YUV49.68106.18206.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 93.02%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 11 (4.69% from 255) = 6.40%
R=93.02%
G=0.58%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011100.990.930.37356.2398.7631.57
HexA01B0635D251646320
Octal24011301431354554414340
Binary10100000110110110001110111011001011011001001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0010B; }

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

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

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

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

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

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

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

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