Shades of Sangria #AB060D
Tints of Sangria #AB060D
RGB
CMYK
RGB Variations
Color information
#AB060D (or 0xAB060D) is known color: Sangria. HEX triplet: AB, 06 and 0D. RGB value is (171,6,13). Sum of RGB (Red+Green+Blue) = 171+6+13=190 (25% of max value = 765). Red value is 171 (67.19% from 255 or 90% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 171 - color contains mainly: red. Hex color #AB060D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB060D is #54F9F2. Grayscale: #383838. Windows color (decimal): -5569011 or 853675. OLE color: 853675.
HSL color Cylindrical-coordinate representation of color #AB060D: hue angle of 357.45º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB060D is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 13 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.33 |
| HSL | 357.45º | 0.93% | 0.35% | - |
| HSV(B) | 357.45º | 0.96% | 0.67% | - |
| XYZ | 16.93 | 8.82 | 1.19 | - |
| YUV | 56.13 | 103.66 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 13 | 0 | 0.96 | 0.92 | 0.33 | 357.45 | 0.93 | 0.35 |
| Hex | AB | 6 | D | 0 | 60 | 5C | 21 | 165 | 5D | 23 |
| Octal | 253 | 6 | 15 | 0 | 140 | 134 | 41 | 545 | 135 | 43 |
| Binary | 10101011 | 110 | 1101 | 0 | 1100000 | 1011100 | 100001 | 101100101 | 1011101 | 100011 |
Color Harmonies of #AB060D
Complementary color
Monochromatic Colors of #AB060D
Black with #AB060D
Text Example
Text Example
White with #AB060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB060D; }
p { color: rgb(171,6,13); }
H1.HeaderClassName
{
color: #AB060D;
}
.AnyTagClassName
{
color: #AB060D;
}
</style>
background-color css
<style>
a { background-color: #AB060D; }
a { background-color: rgb(171,6,13); }
div.DivClassName
{
background-color: #AB060D;
}
.BgClassName
{
background-color: #AB060D;
}
</style>
border-color css
<style>
span { border-color: #AB060D; }
span { border-color: rgb(171,6,13); }
td.TdClassName
{
border-color: #AB060D;
}
.TagClassName
{
border-color: #AB060D;
}
</style>