Shades of Sangria #AB0001
Tints of Sangria #AB0001
RGB
CMYK
RGB Variations
Color information
#AB0001 (or 0xAB0001) is known color: Sangria. HEX triplet: AB, 00 and 01. RGB value is (171,0,1). Sum of RGB (Red+Green+Blue) = 171+0+1=172 (22% of max value = 765). Red value is 171 (67.19% from 255 or 99.42% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0001 is #54FFFE. Grayscale: #333333. Windows color (decimal): -5570559 or 65707. OLE color: 65707.
HSL color Cylindrical-coordinate representation of color #AB0001: hue angle of 359.65º 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 #AB0001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.33 |
| HSL | 359.65º | 1% | 0.34% | - |
| HSV(B) | 359.65º | 1% | 0.67% | - |
| XYZ | 16.8 | 8.66 | 0.81 | - |
| YUV | 51.24 | 99.65 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 1 | 0 | 1 | 0.99 | 0.33 | 359.65 | 1 | 0.34 |
| Hex | AB | 0 | 1 | 0 | 64 | 63 | 21 | 168 | 64 | 22 |
| Octal | 253 | 0 | 1 | 0 | 144 | 143 | 41 | 550 | 144 | 42 |
| Binary | 10101011 | 0 | 1 | 0 | 1100100 | 1100011 | 100001 | 101101000 | 1100100 | 100010 |
Color Harmonies of #AB0001
Complementary color
Monochromatic Colors of #AB0001
Black with #AB0001
Text Example
Text Example
White with #AB0001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0001; }
p { color: rgb(171,0,1); }
H1.HeaderClassName
{
color: #AB0001;
}
.AnyTagClassName
{
color: #AB0001;
}
</style>
background-color css
<style>
a { background-color: #AB0001; }
a { background-color: rgb(171,0,1); }
div.DivClassName
{
background-color: #AB0001;
}
.BgClassName
{
background-color: #AB0001;
}
</style>
border-color css
<style>
span { border-color: #AB0001; }
span { border-color: rgb(171,0,1); }
td.TdClassName
{
border-color: #AB0001;
}
.TagClassName
{
border-color: #AB0001;
}
</style>