Shades of Cardinal #AB0D2E
Tints of Cardinal #AB0D2E
RGB
CMYK
RGB Variations
Color information
#AB0D2E (or 0xAB0D2E) is known color: Cardinal. HEX triplet: AB, 0D and 2E. RGB value is (171,13,46). Sum of RGB (Red+Green+Blue) = 171+13+46=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0D2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0D2E is #54F2D1. Grayscale: #404040. Windows color (decimal): -5567186 or 3018155. OLE color: 3018155.
HSL color Cylindrical-coordinate representation of color #AB0D2E: hue angle of 347.47º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0D2E is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 13 | 46 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.33 |
| HSL | 347.47º | 0.86% | 0.36% | - |
| HSV(B) | 347.47º | 0.92% | 0.67% | - |
| XYZ | 17.43 | 9.14 | 3.43 | - |
| YUV | 64 | 117.85 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 46 | 0 | 0.92 | 0.73 | 0.33 | 347.47 | 0.86 | 0.36 |
| Hex | AB | D | 2E | 0 | 5C | 49 | 21 | 15B | 56 | 24 |
| Octal | 253 | 15 | 56 | 0 | 134 | 111 | 41 | 533 | 126 | 44 |
| Binary | 10101011 | 1101 | 101110 | 0 | 1011100 | 1001001 | 100001 | 101011011 | 1010110 | 100100 |
Color Harmonies of #AB0D2E
Complementary color
Monochromatic Colors of #AB0D2E
Black with #AB0D2E
Text Example
Text Example
White with #AB0D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0D2E; }
p { color: rgb(171,13,46); }
H1.HeaderClassName
{
color: #AB0D2E;
}
.AnyTagClassName
{
color: #AB0D2E;
}
</style>
background-color css
<style>
a { background-color: #AB0D2E; }
a { background-color: rgb(171,13,46); }
div.DivClassName
{
background-color: #AB0D2E;
}
.BgClassName
{
background-color: #AB0D2E;
}
</style>
border-color css
<style>
span { border-color: #AB0D2E; }
span { border-color: rgb(171,13,46); }
td.TdClassName
{
border-color: #AB0D2E;
}
.TagClassName
{
border-color: #AB0D2E;
}
</style>