Shades of Cardinal #AB0F31
Tints of Cardinal #AB0F31
RGB
CMYK
RGB Variations
Color information
#AB0F31 (or 0xAB0F31) is known color: Cardinal. HEX triplet: AB, 0F and 31. RGB value is (171,15,49). Sum of RGB (Red+Green+Blue) = 171+15+49=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0F31 is #54F0CE. Grayscale: #414141. Windows color (decimal): -5566671 or 3215275. OLE color: 3215275.
HSL color Cylindrical-coordinate representation of color #AB0F31: hue angle of 346.92º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB0F31 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 49 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.33 |
| HSL | 346.92º | 0.84% | 0.36% | - |
| HSV(B) | 346.92º | 0.91% | 0.67% | - |
| XYZ | 17.52 | 9.22 | 3.76 | - |
| YUV | 65.52 | 118.68 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 49 | 0 | 0.91 | 0.71 | 0.33 | 346.92 | 0.84 | 0.36 |
| Hex | AB | F | 31 | 0 | 5B | 47 | 21 | 15B | 54 | 24 |
| Octal | 253 | 17 | 61 | 0 | 133 | 107 | 41 | 533 | 124 | 44 |
| Binary | 10101011 | 1111 | 110001 | 0 | 1011011 | 1000111 | 100001 | 101011011 | 1010100 | 100100 |
Color Harmonies of #AB0F31
Complementary color
Monochromatic Colors of #AB0F31
Black with #AB0F31
Text Example
Text Example
White with #AB0F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0F31; }
p { color: rgb(171,15,49); }
H1.HeaderClassName
{
color: #AB0F31;
}
.AnyTagClassName
{
color: #AB0F31;
}
</style>
background-color css
<style>
a { background-color: #AB0F31; }
a { background-color: rgb(171,15,49); }
div.DivClassName
{
background-color: #AB0F31;
}
.BgClassName
{
background-color: #AB0F31;
}
</style>
border-color css
<style>
span { border-color: #AB0F31; }
span { border-color: rgb(171,15,49); }
td.TdClassName
{
border-color: #AB0F31;
}
.TagClassName
{
border-color: #AB0F31;
}
</style>