#A80B0D

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

Shades of Sangria #A80B0D

Tints of Sangria #A80B0D

Color information

#A80B0D (or 0xA80B0D) is unknown color: approx Sangria. HEX triplet: A8, 0B and 0D. RGB value is (168,11,13). Sum of RGB (Red+Green+Blue) = 168+11+13=192 (25% of max value = 765). Red value is 168 (66.02% from 255 or 87.5% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80B0D is #57F4F2. Grayscale: #3A3A3A. Windows color (decimal): -5764339 or 854952. OLE color: 854952.

HSL color Cylindrical-coordinate representation of color #A80B0D: hue angle of 359.24º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80B0D is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB1681113-
CMYK00.930.920.34
HSL359.24º87.71%35.1%-
HSV(B)359.24º93.45%65.88%-
XYZ16.348.591.18-
YUV58.17102.51206.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 87.5%
GREEN value IS 11 (4.69% from 255) = 5.73%
BLUE value IS 13 (5.47% from 255) = 6.77%
R=87.5%
G=5.73%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168111300.930.920.34359.2487.7135.1
HexA8BD05D5C221675823
Octal250131501351344254713043
Binary10101000101111010101110110111001000101011001111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80B0D; }

 p { color: rgb(168,11,13); }

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

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

 a { background-color: rgb(168,11,13); }

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

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

 span { border-color: rgb(168,11,13); }

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