Shades of Cardinal #AD0438
Tints of Cardinal #AD0438
RGB
CMYK
RGB Variations
Color information
#AD0438 (or 0xAD0438) is known color: Cardinal. HEX triplet: AD, 04 and 38. RGB value is (173,4,56). Sum of RGB (Red+Green+Blue) = 173+4+56=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0438 is #52FBC7. Grayscale: #3C3C3C. Windows color (decimal): -5438408 or 3671213. OLE color: 3671213.
HSL color Cylindrical-coordinate representation of color #AD0438: hue angle of 341.54º 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 #AD0438 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 56 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.32 |
| HSL | 341.54º | 0.95% | 0.35% | - |
| HSV(B) | 341.54º | 0.98% | 0.68% | - |
| XYZ | 17.99 | 9.26 | 4.58 | - |
| YUV | 60.46 | 125.49 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 56 | 0 | 0.98 | 0.68 | 0.32 | 341.54 | 0.95 | 0.35 |
| Hex | AD | 4 | 38 | 0 | 62 | 44 | 20 | 156 | 5F | 23 |
| Octal | 255 | 4 | 70 | 0 | 142 | 104 | 40 | 526 | 137 | 43 |
| Binary | 10101101 | 100 | 111000 | 0 | 1100010 | 1000100 | 100000 | 101010110 | 1011111 | 100011 |
Color Harmonies of #AD0438
Complementary color
Monochromatic Colors of #AD0438
Black with #AD0438
Text Example
Text Example
White with #AD0438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0438; }
p { color: rgb(173,4,56); }
H1.HeaderClassName
{
color: #AD0438;
}
.AnyTagClassName
{
color: #AD0438;
}
</style>
background-color css
<style>
a { background-color: #AD0438; }
a { background-color: rgb(173,4,56); }
div.DivClassName
{
background-color: #AD0438;
}
.BgClassName
{
background-color: #AD0438;
}
</style>
border-color css
<style>
span { border-color: #AD0438; }
span { border-color: rgb(173,4,56); }
td.TdClassName
{
border-color: #AD0438;
}
.TagClassName
{
border-color: #AD0438;
}
</style>