Shades of Cardinal #AB033A
Tints of Cardinal #AB033A
RGB
CMYK
RGB Variations
Color information
#AB033A (or 0xAB033A) is known color: Cardinal. HEX triplet: AB, 03 and 3A. RGB value is (171,3,58). Sum of RGB (Red+Green+Blue) = 171+3+58=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB033A is #54FCC5. Grayscale: #3B3B3B. Windows color (decimal): -5569734 or 3802027. OLE color: 3802027.
HSL color Cylindrical-coordinate representation of color #AB033A: hue angle of 340.36º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB033A is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 58 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.33 |
| HSL | 340.36º | 0.97% | 0.34% | - |
| HSV(B) | 340.36º | 0.98% | 0.67% | - |
| XYZ | 17.59 | 9.03 | 4.82 | - |
| YUV | 59.5 | 127.16 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 58 | 0 | 0.98 | 0.66 | 0.33 | 340.36 | 0.97 | 0.34 |
| Hex | AB | 3 | 3A | 0 | 62 | 42 | 21 | 154 | 61 | 22 |
| Octal | 253 | 3 | 72 | 0 | 142 | 102 | 41 | 524 | 141 | 42 |
| Binary | 10101011 | 11 | 111010 | 0 | 1100010 | 1000010 | 100001 | 101010100 | 1100001 | 100010 |
Color Harmonies of #AB033A
Complementary color
Monochromatic Colors of #AB033A
Black with #AB033A
Text Example
Text Example
White with #AB033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB033A; }
p { color: rgb(171,3,58); }
H1.HeaderClassName
{
color: #AB033A;
}
.AnyTagClassName
{
color: #AB033A;
}
</style>
background-color css
<style>
a { background-color: #AB033A; }
a { background-color: rgb(171,3,58); }
div.DivClassName
{
background-color: #AB033A;
}
.BgClassName
{
background-color: #AB033A;
}
</style>
border-color css
<style>
span { border-color: #AB033A; }
span { border-color: rgb(171,3,58); }
td.TdClassName
{
border-color: #AB033A;
}
.TagClassName
{
border-color: #AB033A;
}
</style>