Shades of Cardinal #AB1946
Tints of Cardinal #AB1946
RGB
CMYK
RGB Variations
Color information
#AB1946 (or 0xAB1946) is known color: Cardinal. HEX triplet: AB, 19 and 46. RGB value is (171,25,70). Sum of RGB (Red+Green+Blue) = 171+25+70=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1946 is #54E6B9. Grayscale: #494949. Windows color (decimal): -5564090 or 4594091. OLE color: 4594091.
HSL color Cylindrical-coordinate representation of color #AB1946: hue angle of 341.51º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1946 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 70 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.33 |
| HSL | 341.51º | 0.74% | 0.38% | - |
| HSV(B) | 341.51º | 0.85% | 0.67% | - |
| XYZ | 18.25 | 9.8 | 6.72 | - |
| YUV | 73.78 | 125.87 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 70 | 0 | 0.85 | 0.59 | 0.33 | 341.51 | 0.74 | 0.38 |
| Hex | AB | 19 | 46 | 0 | 55 | 3B | 21 | 156 | 4A | 26 |
| Octal | 253 | 31 | 106 | 0 | 125 | 73 | 41 | 526 | 112 | 46 |
| Binary | 10101011 | 11001 | 1000110 | 0 | 1010101 | 111011 | 100001 | 101010110 | 1001010 | 100110 |
Color Harmonies of #AB1946
Complementary color
Monochromatic Colors of #AB1946
Black with #AB1946
Text Example
Text Example
White with #AB1946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1946; }
p { color: rgb(171,25,70); }
H1.HeaderClassName
{
color: #AB1946;
}
.AnyTagClassName
{
color: #AB1946;
}
</style>
background-color css
<style>
a { background-color: #AB1946; }
a { background-color: rgb(171,25,70); }
div.DivClassName
{
background-color: #AB1946;
}
.BgClassName
{
background-color: #AB1946;
}
</style>
border-color css
<style>
span { border-color: #AB1946; }
span { border-color: rgb(171,25,70); }
td.TdClassName
{
border-color: #AB1946;
}
.TagClassName
{
border-color: #AB1946;
}
</style>