Shades of Cardinal #AB1438
Tints of Cardinal #AB1438
RGB
CMYK
RGB Variations
Color information
#AB1438 (or 0xAB1438) is known color: Cardinal. HEX triplet: AB, 14 and 38. RGB value is (171,20,56). Sum of RGB (Red+Green+Blue) = 171+20+56=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1438 is #54EBC7. Grayscale: #454545. Windows color (decimal): -5565384 or 3675307. OLE color: 3675307.
HSL color Cylindrical-coordinate representation of color #AB1438: hue angle of 345.7º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1438 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 56 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.33 |
| HSL | 345.7º | 0.79% | 0.37% | - |
| HSV(B) | 345.7º | 0.88% | 0.67% | - |
| XYZ | 17.76 | 9.44 | 4.63 | - |
| YUV | 69.25 | 120.53 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 56 | 0 | 0.88 | 0.67 | 0.33 | 345.7 | 0.79 | 0.37 |
| Hex | AB | 14 | 38 | 0 | 58 | 43 | 21 | 15A | 4F | 25 |
| Octal | 253 | 24 | 70 | 0 | 130 | 103 | 41 | 532 | 117 | 45 |
| Binary | 10101011 | 10100 | 111000 | 0 | 1011000 | 1000011 | 100001 | 101011010 | 1001111 | 100101 |
Color Harmonies of #AB1438
Complementary color
Monochromatic Colors of #AB1438
Black with #AB1438
Text Example
Text Example
White with #AB1438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1438; }
p { color: rgb(171,20,56); }
H1.HeaderClassName
{
color: #AB1438;
}
.AnyTagClassName
{
color: #AB1438;
}
</style>
background-color css
<style>
a { background-color: #AB1438; }
a { background-color: rgb(171,20,56); }
div.DivClassName
{
background-color: #AB1438;
}
.BgClassName
{
background-color: #AB1438;
}
</style>
border-color css
<style>
span { border-color: #AB1438; }
span { border-color: rgb(171,20,56); }
td.TdClassName
{
border-color: #AB1438;
}
.TagClassName
{
border-color: #AB1438;
}
</style>