Shades of Sangria #AB0005
Tints of Sangria #AB0005
RGB
CMYK
RGB Variations
Color information
#AB0005 (or 0xAB0005) is known color: Sangria. HEX triplet: AB, 00 and 05. RGB value is (171,0,5). Sum of RGB (Red+Green+Blue) = 171+0+5=176 (23% of max value = 765). Red value is 171 (67.19% from 255 or 97.16% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0005 is #54FFFA. Grayscale: #333333. Windows color (decimal): -5570555 or 327851. OLE color: 327851.
HSL color Cylindrical-coordinate representation of color #AB0005: hue angle of 358.25º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB0005 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.97 | 0.33 |
| HSL | 358.25º | 1% | 0.34% | - |
| HSV(B) | 358.25º | 1% | 0.67% | - |
| XYZ | 16.82 | 8.67 | 0.93 | - |
| YUV | 51.7 | 101.65 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 5 | 0 | 1 | 0.97 | 0.33 | 358.25 | 1 | 0.34 |
| Hex | AB | 0 | 5 | 0 | 64 | 61 | 21 | 166 | 64 | 22 |
| Octal | 253 | 0 | 5 | 0 | 144 | 141 | 41 | 546 | 144 | 42 |
| Binary | 10101011 | 0 | 101 | 0 | 1100100 | 1100001 | 100001 | 101100110 | 1100100 | 100010 |
Color Harmonies of #AB0005
Complementary color
Monochromatic Colors of #AB0005
Black with #AB0005
Text Example
Text Example
White with #AB0005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0005; }
p { color: rgb(171,0,5); }
H1.HeaderClassName
{
color: #AB0005;
}
.AnyTagClassName
{
color: #AB0005;
}
</style>
background-color css
<style>
a { background-color: #AB0005; }
a { background-color: rgb(171,0,5); }
div.DivClassName
{
background-color: #AB0005;
}
.BgClassName
{
background-color: #AB0005;
}
</style>
border-color css
<style>
span { border-color: #AB0005; }
span { border-color: rgb(171,0,5); }
td.TdClassName
{
border-color: #AB0005;
}
.TagClassName
{
border-color: #AB0005;
}
</style>