Shades of Cardinal #AD0840
Tints of Cardinal #AD0840
RGB
CMYK
RGB Variations
Color information
#AD0840 (or 0xAD0840) is known color: Cardinal. HEX triplet: AD, 08 and 40. RGB value is (173,8,64). Sum of RGB (Red+Green+Blue) = 173+8+64=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0840 is #52F7BF. Grayscale: #3F3F3F. Windows color (decimal): -5437376 or 4196525. OLE color: 4196525.
HSL color Cylindrical-coordinate representation of color #AD0840: hue angle of 339.64º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0840 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 64 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.32 |
| HSL | 339.64º | 0.91% | 0.35% | - |
| HSV(B) | 339.64º | 0.95% | 0.68% | - |
| XYZ | 18.25 | 9.43 | 5.71 | - |
| YUV | 63.72 | 128.16 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 64 | 0 | 0.95 | 0.63 | 0.32 | 339.64 | 0.91 | 0.35 |
| Hex | AD | 8 | 40 | 0 | 5F | 3F | 20 | 154 | 5B | 23 |
| Octal | 255 | 10 | 100 | 0 | 137 | 77 | 40 | 524 | 133 | 43 |
| Binary | 10101101 | 1000 | 1000000 | 0 | 1011111 | 111111 | 100000 | 101010100 | 1011011 | 100011 |
Color Harmonies of #AD0840
Complementary color
Monochromatic Colors of #AD0840
Black with #AD0840
Text Example
Text Example
White with #AD0840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0840; }
p { color: rgb(173,8,64); }
H1.HeaderClassName
{
color: #AD0840;
}
.AnyTagClassName
{
color: #AD0840;
}
</style>
background-color css
<style>
a { background-color: #AD0840; }
a { background-color: rgb(173,8,64); }
div.DivClassName
{
background-color: #AD0840;
}
.BgClassName
{
background-color: #AD0840;
}
</style>
border-color css
<style>
span { border-color: #AD0840; }
span { border-color: rgb(173,8,64); }
td.TdClassName
{
border-color: #AD0840;
}
.TagClassName
{
border-color: #AD0840;
}
</style>