Shades of Cardinal #AD0436
Tints of Cardinal #AD0436
RGB
CMYK
RGB Variations
Color information
#AD0436 (or 0xAD0436) is known color: Cardinal. HEX triplet: AD, 04 and 36. RGB value is (173,4,54). Sum of RGB (Red+Green+Blue) = 173+4+54=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0436 is #52FBC9. Grayscale: #3C3C3C. Windows color (decimal): -5438410 or 3540141. OLE color: 3540141.
HSL color Cylindrical-coordinate representation of color #AD0436: hue angle of 342.25º degrees, saturation: 0.95, 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 #AD0436 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.32 |
| HSL | 342.25º | 0.95% | 0.35% | - |
| HSV(B) | 342.25º | 0.98% | 0.68% | - |
| XYZ | 17.94 | 9.24 | 4.33 | - |
| YUV | 60.23 | 124.49 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 54 | 0 | 0.98 | 0.69 | 0.32 | 342.25 | 0.95 | 0.35 |
| Hex | AD | 4 | 36 | 0 | 62 | 45 | 20 | 156 | 5F | 23 |
| Octal | 255 | 4 | 66 | 0 | 142 | 105 | 40 | 526 | 137 | 43 |
| Binary | 10101101 | 100 | 110110 | 0 | 1100010 | 1000101 | 100000 | 101010110 | 1011111 | 100011 |
Color Harmonies of #AD0436
Complementary color
Monochromatic Colors of #AD0436
Black with #AD0436
Text Example
Text Example
White with #AD0436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0436; }
p { color: rgb(173,4,54); }
H1.HeaderClassName
{
color: #AD0436;
}
.AnyTagClassName
{
color: #AD0436;
}
</style>
background-color css
<style>
a { background-color: #AD0436; }
a { background-color: rgb(173,4,54); }
div.DivClassName
{
background-color: #AD0436;
}
.BgClassName
{
background-color: #AD0436;
}
</style>
border-color css
<style>
span { border-color: #AD0436; }
span { border-color: rgb(173,4,54); }
td.TdClassName
{
border-color: #AD0436;
}
.TagClassName
{
border-color: #AD0436;
}
</style>