Shades of Cardinal #AD033D
Tints of Cardinal #AD033D
RGB
CMYK
RGB Variations
Color information
#AD033D (or 0xAD033D) is known color: Cardinal. HEX triplet: AD, 03 and 3D. RGB value is (173,3,61). Sum of RGB (Red+Green+Blue) = 173+3+61=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD033D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD033D is #52FCC2. Grayscale: #3C3C3C. Windows color (decimal): -5438659 or 3998637. OLE color: 3998637.
HSL color Cylindrical-coordinate representation of color #AD033D: hue angle of 339.53º 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 #AD033D is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 61 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.32 |
| HSL | 339.53º | 0.97% | 0.35% | - |
| HSV(B) | 339.53º | 0.98% | 0.68% | - |
| XYZ | 18.11 | 9.29 | 5.25 | - |
| YUV | 60.44 | 128.32 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 61 | 0 | 0.98 | 0.65 | 0.32 | 339.53 | 0.97 | 0.35 |
| Hex | AD | 3 | 3D | 0 | 62 | 41 | 20 | 154 | 61 | 23 |
| Octal | 255 | 3 | 75 | 0 | 142 | 101 | 40 | 524 | 141 | 43 |
| Binary | 10101101 | 11 | 111101 | 0 | 1100010 | 1000001 | 100000 | 101010100 | 1100001 | 100011 |
Color Harmonies of #AD033D
Complementary color
Monochromatic Colors of #AD033D
Black with #AD033D
Text Example
Text Example
White with #AD033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD033D; }
p { color: rgb(173,3,61); }
H1.HeaderClassName
{
color: #AD033D;
}
.AnyTagClassName
{
color: #AD033D;
}
</style>
background-color css
<style>
a { background-color: #AD033D; }
a { background-color: rgb(173,3,61); }
div.DivClassName
{
background-color: #AD033D;
}
.BgClassName
{
background-color: #AD033D;
}
</style>
border-color css
<style>
span { border-color: #AD033D; }
span { border-color: rgb(173,3,61); }
td.TdClassName
{
border-color: #AD033D;
}
.TagClassName
{
border-color: #AD033D;
}
</style>