Shades of Cardinal #AD033A
Tints of Cardinal #AD033A
RGB
CMYK
RGB Variations
Color information
#AD033A (or 0xAD033A) is known color: Cardinal. HEX triplet: AD, 03 and 3A. RGB value is (173,3,58). Sum of RGB (Red+Green+Blue) = 173+3+58=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD033A is #52FCC5. Grayscale: #3C3C3C. Windows color (decimal): -5438662 or 3802029. OLE color: 3802029.
HSL color Cylindrical-coordinate representation of color #AD033A: hue angle of 340.59º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD033A is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 58 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.32 |
| HSL | 340.59º | 0.97% | 0.35% | - |
| HSV(B) | 340.59º | 0.98% | 0.68% | - |
| XYZ | 18.03 | 9.25 | 4.84 | - |
| YUV | 60.1 | 126.82 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 58 | 0 | 0.98 | 0.66 | 0.32 | 340.59 | 0.97 | 0.35 |
| Hex | AD | 3 | 3A | 0 | 62 | 42 | 20 | 155 | 61 | 23 |
| Octal | 255 | 3 | 72 | 0 | 142 | 102 | 40 | 525 | 141 | 43 |
| Binary | 10101101 | 11 | 111010 | 0 | 1100010 | 1000010 | 100000 | 101010101 | 1100001 | 100011 |
Color Harmonies of #AD033A
Complementary color
Monochromatic Colors of #AD033A
Black with #AD033A
Text Example
Text Example
White with #AD033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD033A; }
p { color: rgb(173,3,58); }
H1.HeaderClassName
{
color: #AD033A;
}
.AnyTagClassName
{
color: #AD033A;
}
</style>
background-color css
<style>
a { background-color: #AD033A; }
a { background-color: rgb(173,3,58); }
div.DivClassName
{
background-color: #AD033A;
}
.BgClassName
{
background-color: #AD033A;
}
</style>
border-color css
<style>
span { border-color: #AD033A; }
span { border-color: rgb(173,3,58); }
td.TdClassName
{
border-color: #AD033A;
}
.TagClassName
{
border-color: #AD033A;
}
</style>