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