Shades of Cardinal #AB192A
Tints of Cardinal #AB192A
RGB
CMYK
RGB Variations
Color information
#AB192A (or 0xAB192A) is known color: Cardinal. HEX triplet: AB, 19 and 2A. RGB value is (171,25,42). Sum of RGB (Red+Green+Blue) = 171+25+42=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB192A is #54E6D5. Grayscale: #464646. Windows color (decimal): -5564118 or 2759083. OLE color: 2759083.
HSL color Cylindrical-coordinate representation of color #AB192A: hue angle of 353.01º 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 #AB192A is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 42 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.33 |
| HSL | 353.01º | 0.74% | 0.38% | - |
| HSV(B) | 353.01º | 0.85% | 0.67% | - |
| XYZ | 17.56 | 9.52 | 3.1 | - |
| YUV | 70.59 | 111.87 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 42 | 0 | 0.85 | 0.75 | 0.33 | 353.01 | 0.74 | 0.38 |
| Hex | AB | 19 | 2A | 0 | 55 | 4B | 21 | 161 | 4A | 26 |
| Octal | 253 | 31 | 52 | 0 | 125 | 113 | 41 | 541 | 112 | 46 |
| Binary | 10101011 | 11001 | 101010 | 0 | 1010101 | 1001011 | 100001 | 101100001 | 1001010 | 100110 |
Color Harmonies of #AB192A
Complementary color
Monochromatic Colors of #AB192A
Black with #AB192A
Text Example
Text Example
White with #AB192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB192A; }
p { color: rgb(171,25,42); }
H1.HeaderClassName
{
color: #AB192A;
}
.AnyTagClassName
{
color: #AB192A;
}
</style>
background-color css
<style>
a { background-color: #AB192A; }
a { background-color: rgb(171,25,42); }
div.DivClassName
{
background-color: #AB192A;
}
.BgClassName
{
background-color: #AB192A;
}
</style>
border-color css
<style>
span { border-color: #AB192A; }
span { border-color: rgb(171,25,42); }
td.TdClassName
{
border-color: #AB192A;
}
.TagClassName
{
border-color: #AB192A;
}
</style>