Shades of Cardinal #AB0E2D
Tints of Cardinal #AB0E2D
RGB
CMYK
RGB Variations
Color information
#AB0E2D (or 0xAB0E2D) is known color: Cardinal. HEX triplet: AB, 0E and 2D. RGB value is (171,14,45). Sum of RGB (Red+Green+Blue) = 171+14+45=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0E2D is #54F1D2. Grayscale: #404040. Windows color (decimal): -5566931 or 2952875. OLE color: 2952875.
HSL color Cylindrical-coordinate representation of color #AB0E2D: hue angle of 348.15º degrees, saturation: 0.85, 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 #AB0E2D is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 14 | 45 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.33 |
| HSL | 348.15º | 0.85% | 0.36% | - |
| HSV(B) | 348.15º | 0.92% | 0.67% | - |
| XYZ | 17.43 | 9.16 | 3.33 | - |
| YUV | 64.48 | 117.01 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 14 | 45 | 0 | 0.92 | 0.74 | 0.33 | 348.15 | 0.85 | 0.36 |
| Hex | AB | E | 2D | 0 | 5C | 4A | 21 | 15C | 55 | 24 |
| Octal | 253 | 16 | 55 | 0 | 134 | 112 | 41 | 534 | 125 | 44 |
| Binary | 10101011 | 1110 | 101101 | 0 | 1011100 | 1001010 | 100001 | 101011100 | 1010101 | 100100 |
Color Harmonies of #AB0E2D
Complementary color
Monochromatic Colors of #AB0E2D
Black with #AB0E2D
Text Example
Text Example
White with #AB0E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0E2D; }
p { color: rgb(171,14,45); }
H1.HeaderClassName
{
color: #AB0E2D;
}
.AnyTagClassName
{
color: #AB0E2D;
}
</style>
background-color css
<style>
a { background-color: #AB0E2D; }
a { background-color: rgb(171,14,45); }
div.DivClassName
{
background-color: #AB0E2D;
}
.BgClassName
{
background-color: #AB0E2D;
}
</style>
border-color css
<style>
span { border-color: #AB0E2D; }
span { border-color: rgb(171,14,45); }
td.TdClassName
{
border-color: #AB0E2D;
}
.TagClassName
{
border-color: #AB0E2D;
}
</style>