Shades of Cardinal #AB213F
Tints of Cardinal #AB213F
RGB
CMYK
RGB Variations
Color information
#AB213F (or 0xAB213F) is known color: Cardinal. HEX triplet: AB, 21 and 3F. RGB value is (171,33,63). Sum of RGB (Red+Green+Blue) = 171+33+63=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB213F is #54DEC0. Grayscale: #4D4D4D. Windows color (decimal): -5562049 or 4137387. OLE color: 4137387.
HSL color Cylindrical-coordinate representation of color #AB213F: hue angle of 346.96º 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 #AB213F is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 33 | 63 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.33 |
| HSL | 346.96º | 0.68% | 0.4% | - |
| HSV(B) | 346.96º | 0.81% | 0.67% | - |
| XYZ | 18.24 | 10.1 | 5.69 | - |
| YUV | 77.68 | 119.72 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 63 | 0 | 0.81 | 0.63 | 0.33 | 346.96 | 0.68 | 0.4 |
| Hex | AB | 21 | 3F | 0 | 51 | 3F | 21 | 15B | 44 | 28 |
| Octal | 253 | 41 | 77 | 0 | 121 | 77 | 41 | 533 | 104 | 50 |
| Binary | 10101011 | 100001 | 111111 | 0 | 1010001 | 111111 | 100001 | 101011011 | 1000100 | 101000 |
Color Harmonies of #AB213F
Complementary color
Monochromatic Colors of #AB213F
Black with #AB213F
Text Example
Text Example
White with #AB213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB213F; }
p { color: rgb(171,33,63); }
H1.HeaderClassName
{
color: #AB213F;
}
.AnyTagClassName
{
color: #AB213F;
}
</style>
background-color css
<style>
a { background-color: #AB213F; }
a { background-color: rgb(171,33,63); }
div.DivClassName
{
background-color: #AB213F;
}
.BgClassName
{
background-color: #AB213F;
}
</style>
border-color css
<style>
span { border-color: #AB213F; }
span { border-color: rgb(171,33,63); }
td.TdClassName
{
border-color: #AB213F;
}
.TagClassName
{
border-color: #AB213F;
}
</style>