Shades of Cardinal #AB1732
Tints of Cardinal #AB1732
RGB
CMYK
RGB Variations
Color information
#AB1732 (or 0xAB1732) is known color: Cardinal. HEX triplet: AB, 17 and 32. RGB value is (171,23,50). Sum of RGB (Red+Green+Blue) = 171+23+50=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1732 is #54E8CD. Grayscale: #464646. Windows color (decimal): -5564622 or 3282859. OLE color: 3282859.
HSL color Cylindrical-coordinate representation of color #AB1732: hue angle of 349.05º 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 #AB1732 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 23 | 50 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.33 |
| HSL | 349.05º | 0.76% | 0.38% | - |
| HSV(B) | 349.05º | 0.87% | 0.67% | - |
| XYZ | 17.68 | 9.5 | 3.92 | - |
| YUV | 70.33 | 116.53 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 50 | 0 | 0.87 | 0.71 | 0.33 | 349.05 | 0.76 | 0.38 |
| Hex | AB | 17 | 32 | 0 | 57 | 47 | 21 | 15D | 4C | 26 |
| Octal | 253 | 27 | 62 | 0 | 127 | 107 | 41 | 535 | 114 | 46 |
| Binary | 10101011 | 10111 | 110010 | 0 | 1010111 | 1000111 | 100001 | 101011101 | 1001100 | 100110 |
Color Harmonies of #AB1732
Complementary color
Monochromatic Colors of #AB1732
Black with #AB1732
Text Example
Text Example
White with #AB1732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1732; }
p { color: rgb(171,23,50); }
H1.HeaderClassName
{
color: #AB1732;
}
.AnyTagClassName
{
color: #AB1732;
}
</style>
background-color css
<style>
a { background-color: #AB1732; }
a { background-color: rgb(171,23,50); }
div.DivClassName
{
background-color: #AB1732;
}
.BgClassName
{
background-color: #AB1732;
}
</style>
border-color css
<style>
span { border-color: #AB1732; }
span { border-color: rgb(171,23,50); }
td.TdClassName
{
border-color: #AB1732;
}
.TagClassName
{
border-color: #AB1732;
}
</style>