Shades of Cardinal #AB0F38
Tints of Cardinal #AB0F38
RGB
CMYK
RGB Variations
Color information
#AB0F38 (or 0xAB0F38) is known color: Cardinal. HEX triplet: AB, 0F and 38. RGB value is (171,15,56). Sum of RGB (Red+Green+Blue) = 171+15+56=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0F38 is #54F0C7. Grayscale: #424242. Windows color (decimal): -5566664 or 3674027. OLE color: 3674027.
HSL color Cylindrical-coordinate representation of color #AB0F38: hue angle of 344.23º 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 #AB0F38 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 56 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.33 |
| HSL | 344.23º | 0.84% | 0.36% | - |
| HSV(B) | 344.23º | 0.91% | 0.67% | - |
| XYZ | 17.68 | 9.29 | 4.6 | - |
| YUV | 66.32 | 122.18 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 56 | 0 | 0.91 | 0.67 | 0.33 | 344.23 | 0.84 | 0.36 |
| Hex | AB | F | 38 | 0 | 5B | 43 | 21 | 158 | 54 | 24 |
| Octal | 253 | 17 | 70 | 0 | 133 | 103 | 41 | 530 | 124 | 44 |
| Binary | 10101011 | 1111 | 111000 | 0 | 1011011 | 1000011 | 100001 | 101011000 | 1010100 | 100100 |
Color Harmonies of #AB0F38
Complementary color
Monochromatic Colors of #AB0F38
Black with #AB0F38
Text Example
Text Example
White with #AB0F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0F38; }
p { color: rgb(171,15,56); }
H1.HeaderClassName
{
color: #AB0F38;
}
.AnyTagClassName
{
color: #AB0F38;
}
</style>
background-color css
<style>
a { background-color: #AB0F38; }
a { background-color: rgb(171,15,56); }
div.DivClassName
{
background-color: #AB0F38;
}
.BgClassName
{
background-color: #AB0F38;
}
</style>
border-color css
<style>
span { border-color: #AB0F38; }
span { border-color: rgb(171,15,56); }
td.TdClassName
{
border-color: #AB0F38;
}
.TagClassName
{
border-color: #AB0F38;
}
</style>