Shades of Cardinal #AD023B
Tints of Cardinal #AD023B
RGB
CMYK
RGB Variations
Color information
#AD023B (or 0xAD023B) is known color: Cardinal. HEX triplet: AD, 02 and 3B. RGB value is (173,2,59). Sum of RGB (Red+Green+Blue) = 173+2+59=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD023B is #52FDC4. Grayscale: #3B3B3B. Windows color (decimal): -5438917 or 3867309. OLE color: 3867309.
HSL color Cylindrical-coordinate representation of color #AD023B: hue angle of 340º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD023B is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.32 |
| HSL | 340º | 0.98% | 0.34% | - |
| HSV(B) | 340º | 0.99% | 0.68% | - |
| XYZ | 18.04 | 9.24 | 4.97 | - |
| YUV | 59.63 | 127.65 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 59 | 0 | 0.99 | 0.66 | 0.32 | 340 | 0.98 | 0.34 |
| Hex | AD | 2 | 3B | 0 | 63 | 42 | 20 | 154 | 62 | 22 |
| Octal | 255 | 2 | 73 | 0 | 143 | 102 | 40 | 524 | 142 | 42 |
| Binary | 10101101 | 10 | 111011 | 0 | 1100011 | 1000010 | 100000 | 101010100 | 1100010 | 100010 |
Color Harmonies of #AD023B
Complementary color
Monochromatic Colors of #AD023B
Black with #AD023B
Text Example
Text Example
White with #AD023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD023B; }
p { color: rgb(173,2,59); }
H1.HeaderClassName
{
color: #AD023B;
}
.AnyTagClassName
{
color: #AD023B;
}
</style>
background-color css
<style>
a { background-color: #AD023B; }
a { background-color: rgb(173,2,59); }
div.DivClassName
{
background-color: #AD023B;
}
.BgClassName
{
background-color: #AD023B;
}
</style>
border-color css
<style>
span { border-color: #AD023B; }
span { border-color: rgb(173,2,59); }
td.TdClassName
{
border-color: #AD023B;
}
.TagClassName
{
border-color: #AD023B;
}
</style>