Shades of Cardinal #AD1244
Tints of Cardinal #AD1244
RGB
CMYK
RGB Variations
Color information
#AD1244 (or 0xAD1244) is known color: Cardinal. HEX triplet: AD, 12 and 44. RGB value is (173,18,68). Sum of RGB (Red+Green+Blue) = 173+18+68=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1244 is #52EDBB. Grayscale: #464646. Windows color (decimal): -5434812 or 4461229. OLE color: 4461229.
HSL color Cylindrical-coordinate representation of color #AD1244: hue angle of 340.65º 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 #AD1244 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 68 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.32 |
| HSL | 340.65º | 0.81% | 0.37% | - |
| HSV(B) | 340.65º | 0.9% | 0.68% | - |
| XYZ | 18.49 | 9.73 | 6.37 | - |
| YUV | 70.05 | 126.85 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 68 | 0 | 0.90 | 0.61 | 0.32 | 340.65 | 0.81 | 0.37 |
| Hex | AD | 12 | 44 | 0 | 5A | 3D | 20 | 155 | 51 | 25 |
| Octal | 255 | 22 | 104 | 0 | 132 | 75 | 40 | 525 | 121 | 45 |
| Binary | 10101101 | 10010 | 1000100 | 0 | 1011010 | 111101 | 100000 | 101010101 | 1010001 | 100101 |
Color Harmonies of #AD1244
Complementary color
Monochromatic Colors of #AD1244
Black with #AD1244
Text Example
Text Example
White with #AD1244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1244; }
p { color: rgb(173,18,68); }
H1.HeaderClassName
{
color: #AD1244;
}
.AnyTagClassName
{
color: #AD1244;
}
</style>
background-color css
<style>
a { background-color: #AD1244; }
a { background-color: rgb(173,18,68); }
div.DivClassName
{
background-color: #AD1244;
}
.BgClassName
{
background-color: #AD1244;
}
</style>
border-color css
<style>
span { border-color: #AD1244; }
span { border-color: rgb(173,18,68); }
td.TdClassName
{
border-color: #AD1244;
}
.TagClassName
{
border-color: #AD1244;
}
</style>