Shades of Cardinal #AB1E40
Tints of Cardinal #AB1E40
RGB
CMYK
RGB Variations
Color information
#AB1E40 (or 0xAB1E40) is known color: Cardinal. HEX triplet: AB, 1E and 40. RGB value is (171,30,64). Sum of RGB (Red+Green+Blue) = 171+30+64=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1E40 is #54E1BF. Grayscale: #4C4C4C. Windows color (decimal): -5562816 or 4202155. OLE color: 4202155.
HSL color Cylindrical-coordinate representation of color #AB1E40: hue angle of 345.53º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1E40 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 30 | 64 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.33 |
| HSL | 345.53º | 0.7% | 0.39% | - |
| HSV(B) | 345.53º | 0.82% | 0.67% | - |
| XYZ | 18.18 | 9.96 | 5.81 | - |
| YUV | 76.04 | 121.21 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 64 | 0 | 0.82 | 0.63 | 0.33 | 345.53 | 0.7 | 0.39 |
| Hex | AB | 1E | 40 | 0 | 52 | 3F | 21 | 15A | 46 | 27 |
| Octal | 253 | 36 | 100 | 0 | 122 | 77 | 41 | 532 | 106 | 47 |
| Binary | 10101011 | 11110 | 1000000 | 0 | 1010010 | 111111 | 100001 | 101011010 | 1000110 | 100111 |
Color Harmonies of #AB1E40
Complementary color
Monochromatic Colors of #AB1E40
Black with #AB1E40
Text Example
Text Example
White with #AB1E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1E40; }
p { color: rgb(171,30,64); }
H1.HeaderClassName
{
color: #AB1E40;
}
.AnyTagClassName
{
color: #AB1E40;
}
</style>
background-color css
<style>
a { background-color: #AB1E40; }
a { background-color: rgb(171,30,64); }
div.DivClassName
{
background-color: #AB1E40;
}
.BgClassName
{
background-color: #AB1E40;
}
</style>
border-color css
<style>
span { border-color: #AB1E40; }
span { border-color: rgb(171,30,64); }
td.TdClassName
{
border-color: #AB1E40;
}
.TagClassName
{
border-color: #AB1E40;
}
</style>