Shades of Cardinal #AB0C38
Tints of Cardinal #AB0C38
RGB
CMYK
RGB Variations
Color information
#AB0C38 (or 0xAB0C38) is known color: Cardinal. HEX triplet: AB, 0C and 38. RGB value is (171,12,56). Sum of RGB (Red+Green+Blue) = 171+12+56=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0C38 is #54F3C7. Grayscale: #404040. Windows color (decimal): -5567432 or 3673259. OLE color: 3673259.
HSL color Cylindrical-coordinate representation of color #AB0C38: hue angle of 343.4º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0C38 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 12 | 56 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.33 |
| HSL | 343.4º | 0.87% | 0.36% | - |
| HSV(B) | 343.4º | 0.93% | 0.67% | - |
| XYZ | 17.64 | 9.21 | 4.59 | - |
| YUV | 64.56 | 123.18 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 56 | 0 | 0.93 | 0.67 | 0.33 | 343.4 | 0.87 | 0.36 |
| Hex | AB | C | 38 | 0 | 5D | 43 | 21 | 157 | 57 | 24 |
| Octal | 253 | 14 | 70 | 0 | 135 | 103 | 41 | 527 | 127 | 44 |
| Binary | 10101011 | 1100 | 111000 | 0 | 1011101 | 1000011 | 100001 | 101010111 | 1010111 | 100100 |
Color Harmonies of #AB0C38
Complementary color
Monochromatic Colors of #AB0C38
Black with #AB0C38
Text Example
Text Example
White with #AB0C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0C38; }
p { color: rgb(171,12,56); }
H1.HeaderClassName
{
color: #AB0C38;
}
.AnyTagClassName
{
color: #AB0C38;
}
</style>
background-color css
<style>
a { background-color: #AB0C38; }
a { background-color: rgb(171,12,56); }
div.DivClassName
{
background-color: #AB0C38;
}
.BgClassName
{
background-color: #AB0C38;
}
</style>
border-color css
<style>
span { border-color: #AB0C38; }
span { border-color: rgb(171,12,56); }
td.TdClassName
{
border-color: #AB0C38;
}
.TagClassName
{
border-color: #AB0C38;
}
</style>