Shades of Cardinal #AB1937
Tints of Cardinal #AB1937
RGB
CMYK
RGB Variations
Color information
#AB1937 (or 0xAB1937) is known color: Cardinal. HEX triplet: AB, 19 and 37. RGB value is (171,25,55). Sum of RGB (Red+Green+Blue) = 171+25+55=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1937 is #54E6C8. Grayscale: #484848. Windows color (decimal): -5564105 or 3611051. OLE color: 3611051.
HSL color Cylindrical-coordinate representation of color #AB1937: hue angle of 347.67º 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 #AB1937 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 55 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.33 |
| HSL | 347.67º | 0.74% | 0.38% | - |
| HSV(B) | 347.67º | 0.85% | 0.67% | - |
| XYZ | 17.83 | 9.63 | 4.53 | - |
| YUV | 72.07 | 118.37 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 55 | 0 | 0.85 | 0.68 | 0.33 | 347.67 | 0.74 | 0.38 |
| Hex | AB | 19 | 37 | 0 | 55 | 44 | 21 | 15C | 4A | 26 |
| Octal | 253 | 31 | 67 | 0 | 125 | 104 | 41 | 534 | 112 | 46 |
| Binary | 10101011 | 11001 | 110111 | 0 | 1010101 | 1000100 | 100001 | 101011100 | 1001010 | 100110 |
Color Harmonies of #AB1937
Complementary color
Monochromatic Colors of #AB1937
Black with #AB1937
Text Example
Text Example
White with #AB1937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1937; }
p { color: rgb(171,25,55); }
H1.HeaderClassName
{
color: #AB1937;
}
.AnyTagClassName
{
color: #AB1937;
}
</style>
background-color css
<style>
a { background-color: #AB1937; }
a { background-color: rgb(171,25,55); }
div.DivClassName
{
background-color: #AB1937;
}
.BgClassName
{
background-color: #AB1937;
}
</style>
border-color css
<style>
span { border-color: #AB1937; }
span { border-color: rgb(171,25,55); }
td.TdClassName
{
border-color: #AB1937;
}
.TagClassName
{
border-color: #AB1937;
}
</style>