Shades of Cardinal #AB1939
Tints of Cardinal #AB1939
RGB
CMYK
RGB Variations
Color information
#AB1939 (or 0xAB1939) is known color: Cardinal. HEX triplet: AB, 19 and 39. RGB value is (171,25,57). Sum of RGB (Red+Green+Blue) = 171+25+57=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1939 is #54E6C6. Grayscale: #484848. Windows color (decimal): -5564103 or 3742123. OLE color: 3742123.
HSL color Cylindrical-coordinate representation of color #AB1939: hue angle of 346.85º 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 #AB1939 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 57 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.33 |
| HSL | 346.85º | 0.74% | 0.38% | - |
| HSV(B) | 346.85º | 0.85% | 0.67% | - |
| XYZ | 17.88 | 9.65 | 4.79 | - |
| YUV | 72.3 | 119.37 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 57 | 0 | 0.85 | 0.67 | 0.33 | 346.85 | 0.74 | 0.38 |
| Hex | AB | 19 | 39 | 0 | 55 | 43 | 21 | 15B | 4A | 26 |
| Octal | 253 | 31 | 71 | 0 | 125 | 103 | 41 | 533 | 112 | 46 |
| Binary | 10101011 | 11001 | 111001 | 0 | 1010101 | 1000011 | 100001 | 101011011 | 1001010 | 100110 |
Color Harmonies of #AB1939
Complementary color
Monochromatic Colors of #AB1939
Black with #AB1939
Text Example
Text Example
White with #AB1939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1939; }
p { color: rgb(171,25,57); }
H1.HeaderClassName
{
color: #AB1939;
}
.AnyTagClassName
{
color: #AB1939;
}
</style>
background-color css
<style>
a { background-color: #AB1939; }
a { background-color: rgb(171,25,57); }
div.DivClassName
{
background-color: #AB1939;
}
.BgClassName
{
background-color: #AB1939;
}
</style>
border-color css
<style>
span { border-color: #AB1939; }
span { border-color: rgb(171,25,57); }
td.TdClassName
{
border-color: #AB1939;
}
.TagClassName
{
border-color: #AB1939;
}
</style>