Shades of Cardinal #AD243C
Tints of Cardinal #AD243C
RGB
CMYK
RGB Variations
Color information
#AD243C (or 0xAD243C) is known color: Cardinal. HEX triplet: AD, 24 and 3C. RGB value is (173,36,60). Sum of RGB (Red+Green+Blue) = 173+36+60=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD243C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD243C is #52DBC3. Grayscale: #4F4F4F. Windows color (decimal): -5430212 or 3941549. OLE color: 3941549.
HSL color Cylindrical-coordinate representation of color #AD243C: hue angle of 349.49º 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 #AD243C is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 60 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.32 |
| HSL | 349.49º | 0.66% | 0.41% | - |
| HSV(B) | 349.49º | 0.79% | 0.68% | - |
| XYZ | 18.68 | 10.47 | 5.31 | - |
| YUV | 79.7 | 116.89 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 60 | 0 | 0.79 | 0.65 | 0.32 | 349.49 | 0.66 | 0.41 |
| Hex | AD | 24 | 3C | 0 | 4F | 41 | 20 | 15D | 42 | 29 |
| Octal | 255 | 44 | 74 | 0 | 117 | 101 | 40 | 535 | 102 | 51 |
| Binary | 10101101 | 100100 | 111100 | 0 | 1001111 | 1000001 | 100000 | 101011101 | 1000010 | 101001 |
Color Harmonies of #AD243C
Complementary color
Monochromatic Colors of #AD243C
Black with #AD243C
Text Example
Text Example
White with #AD243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD243C; }
p { color: rgb(173,36,60); }
H1.HeaderClassName
{
color: #AD243C;
}
.AnyTagClassName
{
color: #AD243C;
}
</style>
background-color css
<style>
a { background-color: #AD243C; }
a { background-color: rgb(173,36,60); }
div.DivClassName
{
background-color: #AD243C;
}
.BgClassName
{
background-color: #AD243C;
}
</style>
border-color css
<style>
span { border-color: #AD243C; }
span { border-color: rgb(173,36,60); }
td.TdClassName
{
border-color: #AD243C;
}
.TagClassName
{
border-color: #AD243C;
}
</style>