Shades of Cardinal #AD243E
Tints of Cardinal #AD243E
RGB
CMYK
RGB Variations
Color information
#AD243E (or 0xAD243E) is known color: Cardinal. HEX triplet: AD, 24 and 3E. RGB value is (173,36,62). Sum of RGB (Red+Green+Blue) = 173+36+62=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD243E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD243E is #52DBC1. Grayscale: #4F4F4F. Windows color (decimal): -5430210 or 4072621. OLE color: 4072621.
HSL color Cylindrical-coordinate representation of color #AD243E: hue angle of 348.61º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD243E is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 62 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.32 |
| HSL | 348.61º | 0.66% | 0.41% | - |
| HSV(B) | 348.61º | 0.79% | 0.68% | - |
| XYZ | 18.73 | 10.49 | 5.6 | - |
| YUV | 79.93 | 117.89 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 62 | 0 | 0.79 | 0.64 | 0.32 | 348.61 | 0.66 | 0.41 |
| Hex | AD | 24 | 3E | 0 | 4F | 40 | 20 | 15D | 42 | 29 |
| Octal | 255 | 44 | 76 | 0 | 117 | 100 | 40 | 535 | 102 | 51 |
| Binary | 10101101 | 100100 | 111110 | 0 | 1001111 | 1000000 | 100000 | 101011101 | 1000010 | 101001 |
Color Harmonies of #AD243E
Complementary color
Monochromatic Colors of #AD243E
Black with #AD243E
Text Example
Text Example
White with #AD243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD243E; }
p { color: rgb(173,36,62); }
H1.HeaderClassName
{
color: #AD243E;
}
.AnyTagClassName
{
color: #AD243E;
}
</style>
background-color css
<style>
a { background-color: #AD243E; }
a { background-color: rgb(173,36,62); }
div.DivClassName
{
background-color: #AD243E;
}
.BgClassName
{
background-color: #AD243E;
}
</style>
border-color css
<style>
span { border-color: #AD243E; }
span { border-color: rgb(173,36,62); }
td.TdClassName
{
border-color: #AD243E;
}
.TagClassName
{
border-color: #AD243E;
}
</style>