Shades of Cardinal #AB1733
Tints of Cardinal #AB1733
RGB
CMYK
RGB Variations
Color information
#AB1733 (or 0xAB1733) is known color: Cardinal. HEX triplet: AB, 17 and 33. RGB value is (171,23,51). Sum of RGB (Red+Green+Blue) = 171+23+51=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1733 is #54E8CC. Grayscale: #464646. Windows color (decimal): -5564621 or 3348395. OLE color: 3348395.
HSL color Cylindrical-coordinate representation of color #AB1733: hue angle of 348.65º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1733 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 23 | 51 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.33 |
| HSL | 348.65º | 0.76% | 0.38% | - |
| HSV(B) | 348.65º | 0.87% | 0.67% | - |
| XYZ | 17.7 | 9.51 | 4.03 | - |
| YUV | 70.44 | 117.03 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 51 | 0 | 0.87 | 0.70 | 0.33 | 348.65 | 0.76 | 0.38 |
| Hex | AB | 17 | 33 | 0 | 57 | 46 | 21 | 15D | 4C | 26 |
| Octal | 253 | 27 | 63 | 0 | 127 | 106 | 41 | 535 | 114 | 46 |
| Binary | 10101011 | 10111 | 110011 | 0 | 1010111 | 1000110 | 100001 | 101011101 | 1001100 | 100110 |
Color Harmonies of #AB1733
Complementary color
Monochromatic Colors of #AB1733
Black with #AB1733
Text Example
Text Example
White with #AB1733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1733; }
p { color: rgb(171,23,51); }
H1.HeaderClassName
{
color: #AB1733;
}
.AnyTagClassName
{
color: #AB1733;
}
</style>
background-color css
<style>
a { background-color: #AB1733; }
a { background-color: rgb(171,23,51); }
div.DivClassName
{
background-color: #AB1733;
}
.BgClassName
{
background-color: #AB1733;
}
</style>
border-color css
<style>
span { border-color: #AB1733; }
span { border-color: rgb(171,23,51); }
td.TdClassName
{
border-color: #AB1733;
}
.TagClassName
{
border-color: #AB1733;
}
</style>