Shades of Cardinal #AB1947
Tints of Cardinal #AB1947
RGB
CMYK
RGB Variations
Color information
#AB1947 (or 0xAB1947) is known color: Cardinal. HEX triplet: AB, 19 and 47. RGB value is (171,25,71). Sum of RGB (Red+Green+Blue) = 171+25+71=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1947 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1947 is #54E6B8. Grayscale: #494949. Windows color (decimal): -5564089 or 4659627. OLE color: 4659627.
HSL color Cylindrical-coordinate representation of color #AB1947: hue angle of 341.1º 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 #AB1947 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 71 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.33 |
| HSL | 341.1º | 0.74% | 0.38% | - |
| HSV(B) | 341.1º | 0.85% | 0.67% | - |
| XYZ | 18.28 | 9.81 | 6.89 | - |
| YUV | 73.9 | 126.37 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 71 | 0 | 0.85 | 0.58 | 0.33 | 341.1 | 0.74 | 0.38 |
| Hex | AB | 19 | 47 | 0 | 55 | 3A | 21 | 155 | 4A | 26 |
| Octal | 253 | 31 | 107 | 0 | 125 | 72 | 41 | 525 | 112 | 46 |
| Binary | 10101011 | 11001 | 1000111 | 0 | 1010101 | 111010 | 100001 | 101010101 | 1001010 | 100110 |
Color Harmonies of #AB1947
Complementary color
Monochromatic Colors of #AB1947
Black with #AB1947
Text Example
Text Example
White with #AB1947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1947; }
p { color: rgb(171,25,71); }
H1.HeaderClassName
{
color: #AB1947;
}
.AnyTagClassName
{
color: #AB1947;
}
</style>
background-color css
<style>
a { background-color: #AB1947; }
a { background-color: rgb(171,25,71); }
div.DivClassName
{
background-color: #AB1947;
}
.BgClassName
{
background-color: #AB1947;
}
</style>
border-color css
<style>
span { border-color: #AB1947; }
span { border-color: rgb(171,25,71); }
td.TdClassName
{
border-color: #AB1947;
}
.TagClassName
{
border-color: #AB1947;
}
</style>