Shades of Cardinal #AD203B
Tints of Cardinal #AD203B
RGB
CMYK
RGB Variations
Color information
#AD203B (or 0xAD203B) is known color: Cardinal. HEX triplet: AD, 20 and 3B. RGB value is (173,32,59). Sum of RGB (Red+Green+Blue) = 173+32+59=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD203B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD203B is #52DFC4. Grayscale: #4D4D4D. Windows color (decimal): -5431237 or 3874989. OLE color: 3874989.
HSL color Cylindrical-coordinate representation of color #AD203B: hue angle of 348.51º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD203B is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 59 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.32 |
| HSL | 348.51º | 0.69% | 0.4% | - |
| HSV(B) | 348.51º | 0.82% | 0.68% | - |
| XYZ | 18.54 | 10.23 | 5.14 | - |
| YUV | 77.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 59 | 0 | 0.82 | 0.66 | 0.32 | 348.51 | 0.69 | 0.4 |
| Hex | AD | 20 | 3B | 0 | 52 | 42 | 20 | 15D | 45 | 28 |
| Octal | 255 | 40 | 73 | 0 | 122 | 102 | 40 | 535 | 105 | 50 |
| Binary | 10101101 | 100000 | 111011 | 0 | 1010010 | 1000010 | 100000 | 101011101 | 1000101 | 101000 |
Color Harmonies of #AD203B
Complementary color
Monochromatic Colors of #AD203B
Black with #AD203B
Text Example
Text Example
White with #AD203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD203B; }
p { color: rgb(173,32,59); }
H1.HeaderClassName
{
color: #AD203B;
}
.AnyTagClassName
{
color: #AD203B;
}
</style>
background-color css
<style>
a { background-color: #AD203B; }
a { background-color: rgb(173,32,59); }
div.DivClassName
{
background-color: #AD203B;
}
.BgClassName
{
background-color: #AD203B;
}
</style>
border-color css
<style>
span { border-color: #AD203B; }
span { border-color: rgb(173,32,59); }
td.TdClassName
{
border-color: #AD203B;
}
.TagClassName
{
border-color: #AD203B;
}
</style>