Shades of Cardinal #AB0F36
Tints of Cardinal #AB0F36
RGB
CMYK
RGB Variations
Color information
#AB0F36 (or 0xAB0F36) is known color: Cardinal. HEX triplet: AB, 0F and 36. RGB value is (171,15,54). Sum of RGB (Red+Green+Blue) = 171+15+54=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0F36 is #54F0C9. Grayscale: #424242. Windows color (decimal): -5566666 or 3542955. OLE color: 3542955.
HSL color Cylindrical-coordinate representation of color #AB0F36: hue angle of 345º 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 #AB0F36 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 54 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.33 |
| HSL | 345º | 0.84% | 0.36% | - |
| HSV(B) | 345º | 0.91% | 0.67% | - |
| XYZ | 17.63 | 9.27 | 4.35 | - |
| YUV | 66.09 | 121.18 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 54 | 0 | 0.91 | 0.68 | 0.33 | 345 | 0.84 | 0.36 |
| Hex | AB | F | 36 | 0 | 5B | 44 | 21 | 159 | 54 | 24 |
| Octal | 253 | 17 | 66 | 0 | 133 | 104 | 41 | 531 | 124 | 44 |
| Binary | 10101011 | 1111 | 110110 | 0 | 1011011 | 1000100 | 100001 | 101011001 | 1010100 | 100100 |
Color Harmonies of #AB0F36
Complementary color
Monochromatic Colors of #AB0F36
Black with #AB0F36
Text Example
Text Example
White with #AB0F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0F36; }
p { color: rgb(171,15,54); }
H1.HeaderClassName
{
color: #AB0F36;
}
.AnyTagClassName
{
color: #AB0F36;
}
</style>
background-color css
<style>
a { background-color: #AB0F36; }
a { background-color: rgb(171,15,54); }
div.DivClassName
{
background-color: #AB0F36;
}
.BgClassName
{
background-color: #AB0F36;
}
</style>
border-color css
<style>
span { border-color: #AB0F36; }
span { border-color: rgb(171,15,54); }
td.TdClassName
{
border-color: #AB0F36;
}
.TagClassName
{
border-color: #AB0F36;
}
</style>