Shades of Cardinal #AD1243
Tints of Cardinal #AD1243
RGB
CMYK
RGB Variations
Color information
#AD1243 (or 0xAD1243) is known color: Cardinal. HEX triplet: AD, 12 and 43. RGB value is (173,18,67). Sum of RGB (Red+Green+Blue) = 173+18+67=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1243 is #52EDBC. Grayscale: #454545. Windows color (decimal): -5434813 or 4395693. OLE color: 4395693.
HSL color Cylindrical-coordinate representation of color #AD1243: hue angle of 341.03º 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 #AD1243 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 67 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.32 |
| HSL | 341.03º | 0.81% | 0.37% | - |
| HSV(B) | 341.03º | 0.9% | 0.68% | - |
| XYZ | 18.46 | 9.72 | 6.21 | - |
| YUV | 69.93 | 126.35 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 67 | 0 | 0.90 | 0.61 | 0.32 | 341.03 | 0.81 | 0.37 |
| Hex | AD | 12 | 43 | 0 | 5A | 3D | 20 | 155 | 51 | 25 |
| Octal | 255 | 22 | 103 | 0 | 132 | 75 | 40 | 525 | 121 | 45 |
| Binary | 10101101 | 10010 | 1000011 | 0 | 1011010 | 111101 | 100000 | 101010101 | 1010001 | 100101 |
Color Harmonies of #AD1243
Complementary color
Monochromatic Colors of #AD1243
Black with #AD1243
Text Example
Text Example
White with #AD1243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1243; }
p { color: rgb(173,18,67); }
H1.HeaderClassName
{
color: #AD1243;
}
.AnyTagClassName
{
color: #AD1243;
}
</style>
background-color css
<style>
a { background-color: #AD1243; }
a { background-color: rgb(173,18,67); }
div.DivClassName
{
background-color: #AD1243;
}
.BgClassName
{
background-color: #AD1243;
}
</style>
border-color css
<style>
span { border-color: #AD1243; }
span { border-color: rgb(173,18,67); }
td.TdClassName
{
border-color: #AD1243;
}
.TagClassName
{
border-color: #AD1243;
}
</style>