Shades of Cardinal #AD202B
Tints of Cardinal #AD202B
RGB
CMYK
RGB Variations
Color information
#AD202B (or 0xAD202B) is known color: Cardinal. HEX triplet: AD, 20 and 2B. RGB value is (173,32,43). Sum of RGB (Red+Green+Blue) = 173+32+43=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD202B is #52DFD4. Grayscale: #4B4B4B. Windows color (decimal): -5431253 or 2826413. OLE color: 2826413.
HSL color Cylindrical-coordinate representation of color #AD202B: hue angle of 355.32º 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 #AD202B is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 43 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.32 |
| HSL | 355.32º | 0.69% | 0.4% | - |
| HSV(B) | 355.32º | 0.82% | 0.68% | - |
| XYZ | 18.19 | 10.09 | 3.27 | - |
| YUV | 75.41 | 109.71 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 43 | 0 | 0.82 | 0.75 | 0.32 | 355.32 | 0.69 | 0.4 |
| Hex | AD | 20 | 2B | 0 | 52 | 4B | 20 | 163 | 45 | 28 |
| Octal | 255 | 40 | 53 | 0 | 122 | 113 | 40 | 543 | 105 | 50 |
| Binary | 10101101 | 100000 | 101011 | 0 | 1010010 | 1001011 | 100000 | 101100011 | 1000101 | 101000 |
Color Harmonies of #AD202B
Complementary color
Monochromatic Colors of #AD202B
Black with #AD202B
Text Example
Text Example
White with #AD202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD202B; }
p { color: rgb(173,32,43); }
H1.HeaderClassName
{
color: #AD202B;
}
.AnyTagClassName
{
color: #AD202B;
}
</style>
background-color css
<style>
a { background-color: #AD202B; }
a { background-color: rgb(173,32,43); }
div.DivClassName
{
background-color: #AD202B;
}
.BgClassName
{
background-color: #AD202B;
}
</style>
border-color css
<style>
span { border-color: #AD202B; }
span { border-color: rgb(173,32,43); }
td.TdClassName
{
border-color: #AD202B;
}
.TagClassName
{
border-color: #AD202B;
}
</style>