Shades of Cardinal #AD1237
Tints of Cardinal #AD1237
RGB
CMYK
RGB Variations
Color information
#AD1237 (or 0xAD1237) is known color: Cardinal. HEX triplet: AD, 12 and 37. RGB value is (173,18,55). Sum of RGB (Red+Green+Blue) = 173+18+55=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1237 is #52EDC8. Grayscale: #444444. Windows color (decimal): -5434825 or 3609261. OLE color: 3609261.
HSL color Cylindrical-coordinate representation of color #AD1237: hue angle of 345.68º degrees, saturation: 0.81, 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 #AD1237 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 55 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.32 |
| HSL | 345.68º | 0.81% | 0.37% | - |
| HSV(B) | 345.68º | 0.9% | 0.68% | - |
| XYZ | 18.14 | 9.59 | 4.51 | - |
| YUV | 68.56 | 120.35 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 55 | 0 | 0.90 | 0.68 | 0.32 | 345.68 | 0.81 | 0.37 |
| Hex | AD | 12 | 37 | 0 | 5A | 44 | 20 | 15A | 51 | 25 |
| Octal | 255 | 22 | 67 | 0 | 132 | 104 | 40 | 532 | 121 | 45 |
| Binary | 10101101 | 10010 | 110111 | 0 | 1011010 | 1000100 | 100000 | 101011010 | 1010001 | 100101 |
Color Harmonies of #AD1237
Complementary color
Monochromatic Colors of #AD1237
Black with #AD1237
Text Example
Text Example
White with #AD1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1237; }
p { color: rgb(173,18,55); }
H1.HeaderClassName
{
color: #AD1237;
}
.AnyTagClassName
{
color: #AD1237;
}
</style>
background-color css
<style>
a { background-color: #AD1237; }
a { background-color: rgb(173,18,55); }
div.DivClassName
{
background-color: #AD1237;
}
.BgClassName
{
background-color: #AD1237;
}
</style>
border-color css
<style>
span { border-color: #AD1237; }
span { border-color: rgb(173,18,55); }
td.TdClassName
{
border-color: #AD1237;
}
.TagClassName
{
border-color: #AD1237;
}
</style>