Shades of Cardinal #AB2034
Tints of Cardinal #AB2034
RGB
CMYK
RGB Variations
Color information
#AB2034 (or 0xAB2034) is known color: Cardinal. HEX triplet: AB, 20 and 34. RGB value is (171,32,52). Sum of RGB (Red+Green+Blue) = 171+32+52=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2034 is #54DFCB. Grayscale: #4B4B4B. Windows color (decimal): -5562316 or 3416235. OLE color: 3416235.
HSL color Cylindrical-coordinate representation of color #AB2034: hue angle of 351.37º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2034 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 32 | 52 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.33 |
| HSL | 351.37º | 0.68% | 0.4% | - |
| HSV(B) | 351.37º | 0.81% | 0.67% | - |
| XYZ | 17.93 | 9.94 | 4.22 | - |
| YUV | 75.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 52 | 0 | 0.81 | 0.70 | 0.33 | 351.37 | 0.68 | 0.4 |
| Hex | AB | 20 | 34 | 0 | 51 | 46 | 21 | 15F | 44 | 28 |
| Octal | 253 | 40 | 64 | 0 | 121 | 106 | 41 | 537 | 104 | 50 |
| Binary | 10101011 | 100000 | 110100 | 0 | 1010001 | 1000110 | 100001 | 101011111 | 1000100 | 101000 |
Color Harmonies of #AB2034
Complementary color
Monochromatic Colors of #AB2034
Black with #AB2034
Text Example
Text Example
White with #AB2034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2034; }
p { color: rgb(171,32,52); }
H1.HeaderClassName
{
color: #AB2034;
}
.AnyTagClassName
{
color: #AB2034;
}
</style>
background-color css
<style>
a { background-color: #AB2034; }
a { background-color: rgb(171,32,52); }
div.DivClassName
{
background-color: #AB2034;
}
.BgClassName
{
background-color: #AB2034;
}
</style>
border-color css
<style>
span { border-color: #AB2034; }
span { border-color: rgb(171,32,52); }
td.TdClassName
{
border-color: #AB2034;
}
.TagClassName
{
border-color: #AB2034;
}
</style>