Shades of Cardinal #AB213D
Tints of Cardinal #AB213D
RGB
CMYK
RGB Variations
Color information
#AB213D (or 0xAB213D) is known color: Cardinal. HEX triplet: AB, 21 and 3D. RGB value is (171,33,61). Sum of RGB (Red+Green+Blue) = 171+33+61=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB213D is #54DEC2. Grayscale: #4D4D4D. Windows color (decimal): -5562051 or 4006315. OLE color: 4006315.
HSL color Cylindrical-coordinate representation of color #AB213D: hue angle of 347.83º 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 #AB213D is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 33 | 61 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.33 |
| HSL | 347.83º | 0.68% | 0.4% | - |
| HSV(B) | 347.83º | 0.81% | 0.67% | - |
| XYZ | 18.18 | 10.08 | 5.4 | - |
| YUV | 77.45 | 118.72 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 61 | 0 | 0.81 | 0.64 | 0.33 | 347.83 | 0.68 | 0.4 |
| Hex | AB | 21 | 3D | 0 | 51 | 40 | 21 | 15C | 44 | 28 |
| Octal | 253 | 41 | 75 | 0 | 121 | 100 | 41 | 534 | 104 | 50 |
| Binary | 10101011 | 100001 | 111101 | 0 | 1010001 | 1000000 | 100001 | 101011100 | 1000100 | 101000 |
Color Harmonies of #AB213D
Complementary color
Monochromatic Colors of #AB213D
Black with #AB213D
Text Example
Text Example
White with #AB213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB213D; }
p { color: rgb(171,33,61); }
H1.HeaderClassName
{
color: #AB213D;
}
.AnyTagClassName
{
color: #AB213D;
}
</style>
background-color css
<style>
a { background-color: #AB213D; }
a { background-color: rgb(171,33,61); }
div.DivClassName
{
background-color: #AB213D;
}
.BgClassName
{
background-color: #AB213D;
}
</style>
border-color css
<style>
span { border-color: #AB213D; }
span { border-color: rgb(171,33,61); }
td.TdClassName
{
border-color: #AB213D;
}
.TagClassName
{
border-color: #AB213D;
}
</style>