Shades of Cardinal #AB1436
Tints of Cardinal #AB1436
RGB
CMYK
RGB Variations
Color information
#AB1436 (or 0xAB1436) is known color: Cardinal. HEX triplet: AB, 14 and 36. RGB value is (171,20,54). Sum of RGB (Red+Green+Blue) = 171+20+54=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1436 is #54EBC9. Grayscale: #454545. Windows color (decimal): -5565386 or 3544235. OLE color: 3544235.
HSL color Cylindrical-coordinate representation of color #AB1436: hue angle of 346.49º 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 #AB1436 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 54 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.33 |
| HSL | 346.49º | 0.79% | 0.37% | - |
| HSV(B) | 346.49º | 0.88% | 0.67% | - |
| XYZ | 17.71 | 9.42 | 4.38 | - |
| YUV | 69.03 | 119.53 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 54 | 0 | 0.88 | 0.68 | 0.33 | 346.49 | 0.79 | 0.37 |
| Hex | AB | 14 | 36 | 0 | 58 | 44 | 21 | 15A | 4F | 25 |
| Octal | 253 | 24 | 66 | 0 | 130 | 104 | 41 | 532 | 117 | 45 |
| Binary | 10101011 | 10100 | 110110 | 0 | 1011000 | 1000100 | 100001 | 101011010 | 1001111 | 100101 |
Color Harmonies of #AB1436
Complementary color
Monochromatic Colors of #AB1436
Black with #AB1436
Text Example
Text Example
White with #AB1436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1436; }
p { color: rgb(171,20,54); }
H1.HeaderClassName
{
color: #AB1436;
}
.AnyTagClassName
{
color: #AB1436;
}
</style>
background-color css
<style>
a { background-color: #AB1436; }
a { background-color: rgb(171,20,54); }
div.DivClassName
{
background-color: #AB1436;
}
.BgClassName
{
background-color: #AB1436;
}
</style>
border-color css
<style>
span { border-color: #AB1436; }
span { border-color: rgb(171,20,54); }
td.TdClassName
{
border-color: #AB1436;
}
.TagClassName
{
border-color: #AB1436;
}
</style>