Shades of Cardinal #AB1936
Tints of Cardinal #AB1936
RGB
CMYK
RGB Variations
Color information
#AB1936 (or 0xAB1936) is known color: Cardinal. HEX triplet: AB, 19 and 36. RGB value is (171,25,54). Sum of RGB (Red+Green+Blue) = 171+25+54=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1936 is #54E6C9. Grayscale: #474747. Windows color (decimal): -5564106 or 3545515. OLE color: 3545515.
HSL color Cylindrical-coordinate representation of color #AB1936: hue angle of 348.08º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1936 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 54 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.33 |
| HSL | 348.08º | 0.74% | 0.38% | - |
| HSV(B) | 348.08º | 0.85% | 0.67% | - |
| XYZ | 17.81 | 9.62 | 4.41 | - |
| YUV | 71.96 | 117.87 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 54 | 0 | 0.85 | 0.68 | 0.33 | 348.08 | 0.74 | 0.38 |
| Hex | AB | 19 | 36 | 0 | 55 | 44 | 21 | 15C | 4A | 26 |
| Octal | 253 | 31 | 66 | 0 | 125 | 104 | 41 | 534 | 112 | 46 |
| Binary | 10101011 | 11001 | 110110 | 0 | 1010101 | 1000100 | 100001 | 101011100 | 1001010 | 100110 |
Color Harmonies of #AB1936
Complementary color
Monochromatic Colors of #AB1936
Black with #AB1936
Text Example
Text Example
White with #AB1936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1936; }
p { color: rgb(171,25,54); }
H1.HeaderClassName
{
color: #AB1936;
}
.AnyTagClassName
{
color: #AB1936;
}
</style>
background-color css
<style>
a { background-color: #AB1936; }
a { background-color: rgb(171,25,54); }
div.DivClassName
{
background-color: #AB1936;
}
.BgClassName
{
background-color: #AB1936;
}
</style>
border-color css
<style>
span { border-color: #AB1936; }
span { border-color: rgb(171,25,54); }
td.TdClassName
{
border-color: #AB1936;
}
.TagClassName
{
border-color: #AB1936;
}
</style>