Shades of Sangria #AB020C
Tints of Sangria #AB020C
RGB
CMYK
RGB Variations
Color information
#AB020C (or 0xAB020C) is known color: Sangria. HEX triplet: AB, 02 and 0C. RGB value is (171,2,12). Sum of RGB (Red+Green+Blue) = 171+2+12=185 (24% of max value = 765). Red value is 171 (67.19% from 255 or 92.43% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 171 - color contains mainly: red. Hex color #AB020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB020C is #54FDF3. Grayscale: #353535. Windows color (decimal): -5570036 or 787115. OLE color: 787115.
HSL color Cylindrical-coordinate representation of color #AB020C: hue angle of 356.45º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB020C is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.33 |
| HSL | 356.45º | 0.98% | 0.34% | - |
| HSV(B) | 356.45º | 0.99% | 0.67% | - |
| XYZ | 16.88 | 8.73 | 1.14 | - |
| YUV | 53.67 | 104.49 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 12 | 0 | 0.99 | 0.93 | 0.33 | 356.45 | 0.98 | 0.34 |
| Hex | AB | 2 | C | 0 | 63 | 5D | 21 | 164 | 62 | 22 |
| Octal | 253 | 2 | 14 | 0 | 143 | 135 | 41 | 544 | 142 | 42 |
| Binary | 10101011 | 10 | 1100 | 0 | 1100011 | 1011101 | 100001 | 101100100 | 1100010 | 100010 |
Color Harmonies of #AB020C
Complementary color
Monochromatic Colors of #AB020C
Black with #AB020C
Text Example
Text Example
White with #AB020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB020C; }
p { color: rgb(171,2,12); }
H1.HeaderClassName
{
color: #AB020C;
}
.AnyTagClassName
{
color: #AB020C;
}
</style>
background-color css
<style>
a { background-color: #AB020C; }
a { background-color: rgb(171,2,12); }
div.DivClassName
{
background-color: #AB020C;
}
.BgClassName
{
background-color: #AB020C;
}
</style>
border-color css
<style>
span { border-color: #AB020C; }
span { border-color: rgb(171,2,12); }
td.TdClassName
{
border-color: #AB020C;
}
.TagClassName
{
border-color: #AB020C;
}
</style>