Shades of Cardinal #AD053C
Tints of Cardinal #AD053C
RGB
CMYK
RGB Variations
Color information
#AD053C (or 0xAD053C) is known color: Cardinal. HEX triplet: AD, 05 and 3C. RGB value is (173,5,60). Sum of RGB (Red+Green+Blue) = 173+5+60=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD053C is #52FAC3. Grayscale: #3D3D3D. Windows color (decimal): -5438148 or 3933613. OLE color: 3933613.
HSL color Cylindrical-coordinate representation of color #AD053C: hue angle of 340.36º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD053C is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 60 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.32 |
| HSL | 340.36º | 0.94% | 0.35% | - |
| HSV(B) | 340.36º | 0.97% | 0.68% | - |
| XYZ | 18.1 | 9.32 | 5.12 | - |
| YUV | 61.5 | 127.16 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 60 | 0 | 0.97 | 0.65 | 0.32 | 340.36 | 0.94 | 0.35 |
| Hex | AD | 5 | 3C | 0 | 61 | 41 | 20 | 154 | 5E | 23 |
| Octal | 255 | 5 | 74 | 0 | 141 | 101 | 40 | 524 | 136 | 43 |
| Binary | 10101101 | 101 | 111100 | 0 | 1100001 | 1000001 | 100000 | 101010100 | 1011110 | 100011 |
Color Harmonies of #AD053C
Complementary color
Monochromatic Colors of #AD053C
Black with #AD053C
Text Example
Text Example
White with #AD053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD053C; }
p { color: rgb(173,5,60); }
H1.HeaderClassName
{
color: #AD053C;
}
.AnyTagClassName
{
color: #AD053C;
}
</style>
background-color css
<style>
a { background-color: #AD053C; }
a { background-color: rgb(173,5,60); }
div.DivClassName
{
background-color: #AD053C;
}
.BgClassName
{
background-color: #AD053C;
}
</style>
border-color css
<style>
span { border-color: #AD053C; }
span { border-color: rgb(173,5,60); }
td.TdClassName
{
border-color: #AD053C;
}
.TagClassName
{
border-color: #AD053C;
}
</style>