Shades of Cardinal #AB0436
Tints of Cardinal #AB0436
RGB
CMYK
RGB Variations
Color information
#AB0436 (or 0xAB0436) is known color: Cardinal. HEX triplet: AB, 04 and 36. RGB value is (171,4,54). Sum of RGB (Red+Green+Blue) = 171+4+54=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0436 is #54FBC9. Grayscale: #3B3B3B. Windows color (decimal): -5569482 or 3540139. OLE color: 3540139.
HSL color Cylindrical-coordinate representation of color #AB0436: hue angle of 342.04º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0436 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.33 |
| HSL | 342.04º | 0.95% | 0.34% | - |
| HSV(B) | 342.04º | 0.98% | 0.67% | - |
| XYZ | 17.5 | 9.01 | 4.31 | - |
| YUV | 59.63 | 124.83 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 54 | 0 | 0.98 | 0.68 | 0.33 | 342.04 | 0.95 | 0.34 |
| Hex | AB | 4 | 36 | 0 | 62 | 44 | 21 | 156 | 5F | 22 |
| Octal | 253 | 4 | 66 | 0 | 142 | 104 | 41 | 526 | 137 | 42 |
| Binary | 10101011 | 100 | 110110 | 0 | 1100010 | 1000100 | 100001 | 101010110 | 1011111 | 100010 |
Color Harmonies of #AB0436
Complementary color
Monochromatic Colors of #AB0436
Black with #AB0436
Text Example
Text Example
White with #AB0436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0436; }
p { color: rgb(171,4,54); }
H1.HeaderClassName
{
color: #AB0436;
}
.AnyTagClassName
{
color: #AB0436;
}
</style>
background-color css
<style>
a { background-color: #AB0436; }
a { background-color: rgb(171,4,54); }
div.DivClassName
{
background-color: #AB0436;
}
.BgClassName
{
background-color: #AB0436;
}
</style>
border-color css
<style>
span { border-color: #AB0436; }
span { border-color: rgb(171,4,54); }
td.TdClassName
{
border-color: #AB0436;
}
.TagClassName
{
border-color: #AB0436;
}
</style>