Shades of Cardinal #AD2030
Tints of Cardinal #AD2030
RGB
CMYK
RGB Variations
Color information
#AD2030 (or 0xAD2030) is known color: Cardinal. HEX triplet: AD, 20 and 30. RGB value is (173,32,48). Sum of RGB (Red+Green+Blue) = 173+32+48=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2030 is #52DFCF. Grayscale: #4C4C4C. Windows color (decimal): -5431248 or 3154093. OLE color: 3154093.
HSL color Cylindrical-coordinate representation of color #AD2030: hue angle of 353.19º 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 #AD2030 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 48 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.32 |
| HSL | 353.19º | 0.69% | 0.4% | - |
| HSV(B) | 353.19º | 0.82% | 0.68% | - |
| XYZ | 18.28 | 10.13 | 3.79 | - |
| YUV | 75.98 | 112.21 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 48 | 0 | 0.82 | 0.72 | 0.32 | 353.19 | 0.69 | 0.4 |
| Hex | AD | 20 | 30 | 0 | 52 | 48 | 20 | 161 | 45 | 28 |
| Octal | 255 | 40 | 60 | 0 | 122 | 110 | 40 | 541 | 105 | 50 |
| Binary | 10101101 | 100000 | 110000 | 0 | 1010010 | 1001000 | 100000 | 101100001 | 1000101 | 101000 |
Color Harmonies of #AD2030
Complementary color
Monochromatic Colors of #AD2030
Black with #AD2030
Text Example
Text Example
White with #AD2030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2030; }
p { color: rgb(173,32,48); }
H1.HeaderClassName
{
color: #AD2030;
}
.AnyTagClassName
{
color: #AD2030;
}
</style>
background-color css
<style>
a { background-color: #AD2030; }
a { background-color: rgb(173,32,48); }
div.DivClassName
{
background-color: #AD2030;
}
.BgClassName
{
background-color: #AD2030;
}
</style>
border-color css
<style>
span { border-color: #AD2030; }
span { border-color: rgb(173,32,48); }
td.TdClassName
{
border-color: #AD2030;
}
.TagClassName
{
border-color: #AD2030;
}
</style>