Shades of Cardinal #AD213C
Tints of Cardinal #AD213C
RGB
CMYK
RGB Variations
Color information
#AD213C (or 0xAD213C) is known color: Cardinal. HEX triplet: AD, 21 and 3C. RGB value is (173,33,60). Sum of RGB (Red+Green+Blue) = 173+33+60=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD213C is #52DEC3. Grayscale: #4D4D4D. Windows color (decimal): -5430980 or 3940781. OLE color: 3940781.
HSL color Cylindrical-coordinate representation of color #AD213C: hue angle of 348.43º 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 #AD213C is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 60 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.32 |
| HSL | 348.43º | 0.68% | 0.4% | - |
| HSV(B) | 348.43º | 0.81% | 0.68% | - |
| XYZ | 18.59 | 10.3 | 5.28 | - |
| YUV | 77.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 60 | 0 | 0.81 | 0.65 | 0.32 | 348.43 | 0.68 | 0.4 |
| Hex | AD | 21 | 3C | 0 | 51 | 41 | 20 | 15C | 44 | 28 |
| Octal | 255 | 41 | 74 | 0 | 121 | 101 | 40 | 534 | 104 | 50 |
| Binary | 10101101 | 100001 | 111100 | 0 | 1010001 | 1000001 | 100000 | 101011100 | 1000100 | 101000 |
Color Harmonies of #AD213C
Complementary color
Monochromatic Colors of #AD213C
Black with #AD213C
Text Example
Text Example
White with #AD213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD213C; }
p { color: rgb(173,33,60); }
H1.HeaderClassName
{
color: #AD213C;
}
.AnyTagClassName
{
color: #AD213C;
}
</style>
background-color css
<style>
a { background-color: #AD213C; }
a { background-color: rgb(173,33,60); }
div.DivClassName
{
background-color: #AD213C;
}
.BgClassName
{
background-color: #AD213C;
}
</style>
border-color css
<style>
span { border-color: #AD213C; }
span { border-color: rgb(173,33,60); }
td.TdClassName
{
border-color: #AD213C;
}
.TagClassName
{
border-color: #AD213C;
}
</style>