Shades of Cardinal #AB182F
Tints of Cardinal #AB182F
RGB
CMYK
RGB Variations
Color information
#AB182F (or 0xAB182F) is known color: Cardinal. HEX triplet: AB, 18 and 2F. RGB value is (171,24,47). Sum of RGB (Red+Green+Blue) = 171+24+47=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB182F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB182F is #54E7D0. Grayscale: #464646. Windows color (decimal): -5564369 or 3086507. OLE color: 3086507.
HSL color Cylindrical-coordinate representation of color #AB182F: hue angle of 350.61º 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 #AB182F is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 47 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.33 |
| HSL | 350.61º | 0.75% | 0.38% | - |
| HSV(B) | 350.61º | 0.86% | 0.67% | - |
| XYZ | 17.63 | 9.52 | 3.6 | - |
| YUV | 70.58 | 114.7 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 47 | 0 | 0.86 | 0.73 | 0.33 | 350.61 | 0.75 | 0.38 |
| Hex | AB | 18 | 2F | 0 | 56 | 49 | 21 | 15F | 4B | 26 |
| Octal | 253 | 30 | 57 | 0 | 126 | 111 | 41 | 537 | 113 | 46 |
| Binary | 10101011 | 11000 | 101111 | 0 | 1010110 | 1001001 | 100001 | 101011111 | 1001011 | 100110 |
Color Harmonies of #AB182F
Complementary color
Monochromatic Colors of #AB182F
Black with #AB182F
Text Example
Text Example
White with #AB182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB182F; }
p { color: rgb(171,24,47); }
H1.HeaderClassName
{
color: #AB182F;
}
.AnyTagClassName
{
color: #AB182F;
}
</style>
background-color css
<style>
a { background-color: #AB182F; }
a { background-color: rgb(171,24,47); }
div.DivClassName
{
background-color: #AB182F;
}
.BgClassName
{
background-color: #AB182F;
}
</style>
border-color css
<style>
span { border-color: #AB182F; }
span { border-color: rgb(171,24,47); }
td.TdClassName
{
border-color: #AB182F;
}
.TagClassName
{
border-color: #AB182F;
}
</style>