Shades of Cardinal #AB1935
Tints of Cardinal #AB1935
RGB
CMYK
RGB Variations
Color information
#AB1935 (or 0xAB1935) is known color: Cardinal. HEX triplet: AB, 19 and 35. RGB value is (171,25,53). Sum of RGB (Red+Green+Blue) = 171+25+53=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1935 is #54E6CA. Grayscale: #474747. Windows color (decimal): -5564107 or 3479979. OLE color: 3479979.
HSL color Cylindrical-coordinate representation of color #AB1935: hue angle of 348.49º 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 #AB1935 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 53 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.33 |
| HSL | 348.49º | 0.74% | 0.38% | - |
| HSV(B) | 348.49º | 0.85% | 0.67% | - |
| XYZ | 17.78 | 9.61 | 4.29 | - |
| YUV | 71.85 | 117.37 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 53 | 0 | 0.85 | 0.69 | 0.33 | 348.49 | 0.74 | 0.38 |
| Hex | AB | 19 | 35 | 0 | 55 | 45 | 21 | 15C | 4A | 26 |
| Octal | 253 | 31 | 65 | 0 | 125 | 105 | 41 | 534 | 112 | 46 |
| Binary | 10101011 | 11001 | 110101 | 0 | 1010101 | 1000101 | 100001 | 101011100 | 1001010 | 100110 |
Color Harmonies of #AB1935
Complementary color
Monochromatic Colors of #AB1935
Black with #AB1935
Text Example
Text Example
White with #AB1935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1935; }
p { color: rgb(171,25,53); }
H1.HeaderClassName
{
color: #AB1935;
}
.AnyTagClassName
{
color: #AB1935;
}
</style>
background-color css
<style>
a { background-color: #AB1935; }
a { background-color: rgb(171,25,53); }
div.DivClassName
{
background-color: #AB1935;
}
.BgClassName
{
background-color: #AB1935;
}
</style>
border-color css
<style>
span { border-color: #AB1935; }
span { border-color: rgb(171,25,53); }
td.TdClassName
{
border-color: #AB1935;
}
.TagClassName
{
border-color: #AB1935;
}
</style>