Shades of Cardinal #AD0439
Tints of Cardinal #AD0439
RGB
CMYK
RGB Variations
Color information
#AD0439 (or 0xAD0439) is known color: Cardinal. HEX triplet: AD, 04 and 39. RGB value is (173,4,57). Sum of RGB (Red+Green+Blue) = 173+4+57=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0439 is #52FBC6. Grayscale: #3C3C3C. Windows color (decimal): -5438407 or 3736749. OLE color: 3736749.
HSL color Cylindrical-coordinate representation of color #AD0439: hue angle of 341.18º 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 #AD0439 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 57 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.32 |
| HSL | 341.18º | 0.95% | 0.35% | - |
| HSV(B) | 341.18º | 0.98% | 0.68% | - |
| XYZ | 18.02 | 9.27 | 4.71 | - |
| YUV | 60.57 | 125.99 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 57 | 0 | 0.98 | 0.67 | 0.32 | 341.18 | 0.95 | 0.35 |
| Hex | AD | 4 | 39 | 0 | 62 | 43 | 20 | 155 | 5F | 23 |
| Octal | 255 | 4 | 71 | 0 | 142 | 103 | 40 | 525 | 137 | 43 |
| Binary | 10101101 | 100 | 111001 | 0 | 1100010 | 1000011 | 100000 | 101010101 | 1011111 | 100011 |
Color Harmonies of #AD0439
Complementary color
Monochromatic Colors of #AD0439
Black with #AD0439
Text Example
Text Example
White with #AD0439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0439; }
p { color: rgb(173,4,57); }
H1.HeaderClassName
{
color: #AD0439;
}
.AnyTagClassName
{
color: #AD0439;
}
</style>
background-color css
<style>
a { background-color: #AD0439; }
a { background-color: rgb(173,4,57); }
div.DivClassName
{
background-color: #AD0439;
}
.BgClassName
{
background-color: #AD0439;
}
</style>
border-color css
<style>
span { border-color: #AD0439; }
span { border-color: rgb(173,4,57); }
td.TdClassName
{
border-color: #AD0439;
}
.TagClassName
{
border-color: #AD0439;
}
</style>