Shades of Cardinal #AB1629
Tints of Cardinal #AB1629
RGB
CMYK
RGB Variations
Color information
#AB1629 (or 0xAB1629) is known color: Cardinal. HEX triplet: AB, 16 and 29. RGB value is (171,22,41). Sum of RGB (Red+Green+Blue) = 171+22+41=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1629 is #54E9D6. Grayscale: #444444. Windows color (decimal): -5564887 or 2692779. OLE color: 2692779.
HSL color Cylindrical-coordinate representation of color #AB1629: hue angle of 352.35º degrees, saturation: 0.77, 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 #AB1629 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 22 | 41 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.33 |
| HSL | 352.35º | 0.77% | 0.38% | - |
| HSV(B) | 352.35º | 0.87% | 0.67% | - |
| XYZ | 17.48 | 9.39 | 2.99 | - |
| YUV | 68.72 | 112.36 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 41 | 0 | 0.87 | 0.76 | 0.33 | 352.35 | 0.77 | 0.38 |
| Hex | AB | 16 | 29 | 0 | 57 | 4C | 21 | 160 | 4D | 26 |
| Octal | 253 | 26 | 51 | 0 | 127 | 114 | 41 | 540 | 115 | 46 |
| Binary | 10101011 | 10110 | 101001 | 0 | 1010111 | 1001100 | 100001 | 101100000 | 1001101 | 100110 |
Color Harmonies of #AB1629
Complementary color
Monochromatic Colors of #AB1629
Black with #AB1629
Text Example
Text Example
White with #AB1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1629; }
p { color: rgb(171,22,41); }
H1.HeaderClassName
{
color: #AB1629;
}
.AnyTagClassName
{
color: #AB1629;
}
</style>
background-color css
<style>
a { background-color: #AB1629; }
a { background-color: rgb(171,22,41); }
div.DivClassName
{
background-color: #AB1629;
}
.BgClassName
{
background-color: #AB1629;
}
</style>
border-color css
<style>
span { border-color: #AB1629; }
span { border-color: rgb(171,22,41); }
td.TdClassName
{
border-color: #AB1629;
}
.TagClassName
{
border-color: #AB1629;
}
</style>