Shades of Cardinal #AD1E33
Tints of Cardinal #AD1E33
RGB
CMYK
RGB Variations
Color information
#AD1E33 (or 0xAD1E33) is known color: Cardinal. HEX triplet: AD, 1E and 33. RGB value is (173,30,51). Sum of RGB (Red+Green+Blue) = 173+30+51=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1E33 is #52E1CC. Grayscale: #4B4B4B. Windows color (decimal): -5431757 or 3350189. OLE color: 3350189.
HSL color Cylindrical-coordinate representation of color #AD1E33: hue angle of 351.19º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1E33 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 51 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.32 |
| HSL | 351.19º | 0.7% | 0.4% | - |
| HSV(B) | 351.19º | 0.83% | 0.68% | - |
| XYZ | 18.3 | 10.05 | 4.11 | - |
| YUV | 75.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 51 | 0 | 0.83 | 0.71 | 0.32 | 351.19 | 0.7 | 0.4 |
| Hex | AD | 1E | 33 | 0 | 53 | 47 | 20 | 15F | 46 | 28 |
| Octal | 255 | 36 | 63 | 0 | 123 | 107 | 40 | 537 | 106 | 50 |
| Binary | 10101101 | 11110 | 110011 | 0 | 1010011 | 1000111 | 100000 | 101011111 | 1000110 | 101000 |
Color Harmonies of #AD1E33
Complementary color
Monochromatic Colors of #AD1E33
Black with #AD1E33
Text Example
Text Example
White with #AD1E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1E33; }
p { color: rgb(173,30,51); }
H1.HeaderClassName
{
color: #AD1E33;
}
.AnyTagClassName
{
color: #AD1E33;
}
</style>
background-color css
<style>
a { background-color: #AD1E33; }
a { background-color: rgb(173,30,51); }
div.DivClassName
{
background-color: #AD1E33;
}
.BgClassName
{
background-color: #AD1E33;
}
</style>
border-color css
<style>
span { border-color: #AD1E33; }
span { border-color: rgb(173,30,51); }
td.TdClassName
{
border-color: #AD1E33;
}
.TagClassName
{
border-color: #AD1E33;
}
</style>