Shades of Cardinal #AB182E
Tints of Cardinal #AB182E
RGB
CMYK
RGB Variations
Color information
#AB182E (or 0xAB182E) is known color: Cardinal. HEX triplet: AB, 18 and 2E. RGB value is (171,24,46). Sum of RGB (Red+Green+Blue) = 171+24+46=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB182E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB182E is #54E7D1. Grayscale: #464646. Windows color (decimal): -5564370 or 3020971. OLE color: 3020971.
HSL color Cylindrical-coordinate representation of color #AB182E: hue angle of 351.02º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB182E is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 46 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.33 |
| HSL | 351.02º | 0.75% | 0.38% | - |
| HSV(B) | 351.02º | 0.86% | 0.67% | - |
| XYZ | 17.61 | 9.51 | 3.49 | - |
| YUV | 70.46 | 114.2 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 46 | 0 | 0.86 | 0.73 | 0.33 | 351.02 | 0.75 | 0.38 |
| Hex | AB | 18 | 2E | 0 | 56 | 49 | 21 | 15F | 4B | 26 |
| Octal | 253 | 30 | 56 | 0 | 126 | 111 | 41 | 537 | 113 | 46 |
| Binary | 10101011 | 11000 | 101110 | 0 | 1010110 | 1001001 | 100001 | 101011111 | 1001011 | 100110 |
Color Harmonies of #AB182E
Complementary color
Monochromatic Colors of #AB182E
Black with #AB182E
Text Example
Text Example
White with #AB182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB182E; }
p { color: rgb(171,24,46); }
H1.HeaderClassName
{
color: #AB182E;
}
.AnyTagClassName
{
color: #AB182E;
}
</style>
background-color css
<style>
a { background-color: #AB182E; }
a { background-color: rgb(171,24,46); }
div.DivClassName
{
background-color: #AB182E;
}
.BgClassName
{
background-color: #AB182E;
}
</style>
border-color css
<style>
span { border-color: #AB182E; }
span { border-color: rgb(171,24,46); }
td.TdClassName
{
border-color: #AB182E;
}
.TagClassName
{
border-color: #AB182E;
}
</style>