Shades of Cardinal #AD212D
Tints of Cardinal #AD212D
RGB
CMYK
RGB Variations
Color information
#AD212D (or 0xAD212D) is known color: Cardinal. HEX triplet: AD, 21 and 2D. RGB value is (173,33,45). Sum of RGB (Red+Green+Blue) = 173+33+45=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD212D is #52DED2. Grayscale: #4C4C4C. Windows color (decimal): -5430995 or 2957741. OLE color: 2957741.
HSL color Cylindrical-coordinate representation of color #AD212D: hue angle of 354.86º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD212D is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 45 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.32 |
| HSL | 354.86º | 0.68% | 0.4% | - |
| HSV(B) | 354.86º | 0.81% | 0.68% | - |
| XYZ | 18.25 | 10.16 | 3.48 | - |
| YUV | 76.23 | 110.38 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 45 | 0 | 0.81 | 0.74 | 0.32 | 354.86 | 0.68 | 0.4 |
| Hex | AD | 21 | 2D | 0 | 51 | 4A | 20 | 163 | 44 | 28 |
| Octal | 255 | 41 | 55 | 0 | 121 | 112 | 40 | 543 | 104 | 50 |
| Binary | 10101101 | 100001 | 101101 | 0 | 1010001 | 1001010 | 100000 | 101100011 | 1000100 | 101000 |
Color Harmonies of #AD212D
Complementary color
Monochromatic Colors of #AD212D
Black with #AD212D
Text Example
Text Example
White with #AD212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD212D; }
p { color: rgb(173,33,45); }
H1.HeaderClassName
{
color: #AD212D;
}
.AnyTagClassName
{
color: #AD212D;
}
</style>
background-color css
<style>
a { background-color: #AD212D; }
a { background-color: rgb(173,33,45); }
div.DivClassName
{
background-color: #AD212D;
}
.BgClassName
{
background-color: #AD212D;
}
</style>
border-color css
<style>
span { border-color: #AD212D; }
span { border-color: rgb(173,33,45); }
td.TdClassName
{
border-color: #AD212D;
}
.TagClassName
{
border-color: #AD212D;
}
</style>