Shades of Cardinal #AB182A
Tints of Cardinal #AB182A
RGB
CMYK
RGB Variations
Color information
#AB182A (or 0xAB182A) is known color: Cardinal. HEX triplet: AB, 18 and 2A. RGB value is (171,24,42). Sum of RGB (Red+Green+Blue) = 171+24+42=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB182A is #54E7D5. Grayscale: #464646. Windows color (decimal): -5564374 or 2758827. OLE color: 2758827.
HSL color Cylindrical-coordinate representation of color #AB182A: hue angle of 352.65º 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 #AB182A is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 42 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.33 |
| HSL | 352.65º | 0.75% | 0.38% | - |
| HSV(B) | 352.65º | 0.86% | 0.67% | - |
| XYZ | 17.54 | 9.48 | 3.1 | - |
| YUV | 70.01 | 112.2 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 42 | 0 | 0.86 | 0.75 | 0.33 | 352.65 | 0.75 | 0.38 |
| Hex | AB | 18 | 2A | 0 | 56 | 4B | 21 | 161 | 4B | 26 |
| Octal | 253 | 30 | 52 | 0 | 126 | 113 | 41 | 541 | 113 | 46 |
| Binary | 10101011 | 11000 | 101010 | 0 | 1010110 | 1001011 | 100001 | 101100001 | 1001011 | 100110 |
Color Harmonies of #AB182A
Complementary color
Monochromatic Colors of #AB182A
Black with #AB182A
Text Example
Text Example
White with #AB182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB182A; }
p { color: rgb(171,24,42); }
H1.HeaderClassName
{
color: #AB182A;
}
.AnyTagClassName
{
color: #AB182A;
}
</style>
background-color css
<style>
a { background-color: #AB182A; }
a { background-color: rgb(171,24,42); }
div.DivClassName
{
background-color: #AB182A;
}
.BgClassName
{
background-color: #AB182A;
}
</style>
border-color css
<style>
span { border-color: #AB182A; }
span { border-color: rgb(171,24,42); }
td.TdClassName
{
border-color: #AB182A;
}
.TagClassName
{
border-color: #AB182A;
}
</style>