Shades of Cardinal #AD113E
Tints of Cardinal #AD113E
RGB
CMYK
RGB Variations
Color information
#AD113E (or 0xAD113E) is known color: Cardinal. HEX triplet: AD, 11 and 3E. RGB value is (173,17,62). Sum of RGB (Red+Green+Blue) = 173+17+62=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD113E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD113E is #52EEC1. Grayscale: #444444. Windows color (decimal): -5435074 or 4067757. OLE color: 4067757.
HSL color Cylindrical-coordinate representation of color #AD113E: hue angle of 342.69º 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 #AD113E is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 62 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.32 |
| HSL | 342.69º | 0.82% | 0.37% | - |
| HSV(B) | 342.69º | 0.9% | 0.68% | - |
| XYZ | 18.3 | 9.63 | 5.45 | - |
| YUV | 68.77 | 124.18 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 62 | 0 | 0.90 | 0.64 | 0.32 | 342.69 | 0.82 | 0.37 |
| Hex | AD | 11 | 3E | 0 | 5A | 40 | 20 | 157 | 52 | 25 |
| Octal | 255 | 21 | 76 | 0 | 132 | 100 | 40 | 527 | 122 | 45 |
| Binary | 10101101 | 10001 | 111110 | 0 | 1011010 | 1000000 | 100000 | 101010111 | 1010010 | 100101 |
Color Harmonies of #AD113E
Complementary color
Monochromatic Colors of #AD113E
Black with #AD113E
Text Example
Text Example
White with #AD113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD113E; }
p { color: rgb(173,17,62); }
H1.HeaderClassName
{
color: #AD113E;
}
.AnyTagClassName
{
color: #AD113E;
}
</style>
background-color css
<style>
a { background-color: #AD113E; }
a { background-color: rgb(173,17,62); }
div.DivClassName
{
background-color: #AD113E;
}
.BgClassName
{
background-color: #AD113E;
}
</style>
border-color css
<style>
span { border-color: #AD113E; }
span { border-color: rgb(173,17,62); }
td.TdClassName
{
border-color: #AD113E;
}
.TagClassName
{
border-color: #AD113E;
}
</style>