Shades of Cardinal #AD113C
Tints of Cardinal #AD113C
RGB
CMYK
RGB Variations
Color information
#AD113C (or 0xAD113C) is known color: Cardinal. HEX triplet: AD, 11 and 3C. RGB value is (173,17,60). Sum of RGB (Red+Green+Blue) = 173+17+60=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD113C is #52EEC3. Grayscale: #444444. Windows color (decimal): -5435076 or 3936685. OLE color: 3936685.
HSL color Cylindrical-coordinate representation of color #AD113C: hue angle of 343.46º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD113C is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 60 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.32 |
| HSL | 343.46º | 0.82% | 0.37% | - |
| HSV(B) | 343.46º | 0.9% | 0.68% | - |
| XYZ | 18.25 | 9.61 | 5.17 | - |
| YUV | 68.55 | 123.18 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 60 | 0 | 0.90 | 0.65 | 0.32 | 343.46 | 0.82 | 0.37 |
| Hex | AD | 11 | 3C | 0 | 5A | 41 | 20 | 157 | 52 | 25 |
| Octal | 255 | 21 | 74 | 0 | 132 | 101 | 40 | 527 | 122 | 45 |
| Binary | 10101101 | 10001 | 111100 | 0 | 1011010 | 1000001 | 100000 | 101010111 | 1010010 | 100101 |
Color Harmonies of #AD113C
Complementary color
Monochromatic Colors of #AD113C
Black with #AD113C
Text Example
Text Example
White with #AD113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD113C; }
p { color: rgb(173,17,60); }
H1.HeaderClassName
{
color: #AD113C;
}
.AnyTagClassName
{
color: #AD113C;
}
</style>
background-color css
<style>
a { background-color: #AD113C; }
a { background-color: rgb(173,17,60); }
div.DivClassName
{
background-color: #AD113C;
}
.BgClassName
{
background-color: #AD113C;
}
</style>
border-color css
<style>
span { border-color: #AD113C; }
span { border-color: rgb(173,17,60); }
td.TdClassName
{
border-color: #AD113C;
}
.TagClassName
{
border-color: #AD113C;
}
</style>