Shades of Cardinal #AD203F
Tints of Cardinal #AD203F
RGB
CMYK
RGB Variations
Color information
#AD203F (or 0xAD203F) is known color: Cardinal. HEX triplet: AD, 20 and 3F. RGB value is (173,32,63). Sum of RGB (Red+Green+Blue) = 173+32+63=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD203F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD203F is #52DFC0. Grayscale: #4D4D4D. Windows color (decimal): -5431233 or 4137133. OLE color: 4137133.
HSL color Cylindrical-coordinate representation of color #AD203F: hue angle of 346.81º 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 #AD203F is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 63 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.32 |
| HSL | 346.81º | 0.69% | 0.4% | - |
| HSV(B) | 346.81º | 0.82% | 0.68% | - |
| XYZ | 18.65 | 10.28 | 5.7 | - |
| YUV | 77.69 | 119.71 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 63 | 0 | 0.82 | 0.64 | 0.32 | 346.81 | 0.69 | 0.4 |
| Hex | AD | 20 | 3F | 0 | 52 | 40 | 20 | 15B | 45 | 28 |
| Octal | 255 | 40 | 77 | 0 | 122 | 100 | 40 | 533 | 105 | 50 |
| Binary | 10101101 | 100000 | 111111 | 0 | 1010010 | 1000000 | 100000 | 101011011 | 1000101 | 101000 |
Color Harmonies of #AD203F
Complementary color
Monochromatic Colors of #AD203F
Black with #AD203F
Text Example
Text Example
White with #AD203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD203F; }
p { color: rgb(173,32,63); }
H1.HeaderClassName
{
color: #AD203F;
}
.AnyTagClassName
{
color: #AD203F;
}
</style>
background-color css
<style>
a { background-color: #AD203F; }
a { background-color: rgb(173,32,63); }
div.DivClassName
{
background-color: #AD203F;
}
.BgClassName
{
background-color: #AD203F;
}
</style>
border-color css
<style>
span { border-color: #AD203F; }
span { border-color: rgb(173,32,63); }
td.TdClassName
{
border-color: #AD203F;
}
.TagClassName
{
border-color: #AD203F;
}
</style>