Shades of Cardinal #AD1230
Tints of Cardinal #AD1230
RGB
CMYK
RGB Variations
Color information
#AD1230 (or 0xAD1230) is known color: Cardinal. HEX triplet: AD, 12 and 30. RGB value is (173,18,48). Sum of RGB (Red+Green+Blue) = 173+18+48=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1230 is #52EDCF. Grayscale: #434343. Windows color (decimal): -5434832 or 3150509. OLE color: 3150509.
HSL color Cylindrical-coordinate representation of color #AD1230: hue angle of 348.39º 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 #AD1230 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 48 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.32 |
| HSL | 348.39º | 0.81% | 0.37% | - |
| HSV(B) | 348.39º | 0.9% | 0.68% | - |
| XYZ | 17.98 | 9.53 | 3.69 | - |
| YUV | 67.77 | 116.85 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 48 | 0 | 0.90 | 0.72 | 0.32 | 348.39 | 0.81 | 0.37 |
| Hex | AD | 12 | 30 | 0 | 5A | 48 | 20 | 15C | 51 | 25 |
| Octal | 255 | 22 | 60 | 0 | 132 | 110 | 40 | 534 | 121 | 45 |
| Binary | 10101101 | 10010 | 110000 | 0 | 1011010 | 1001000 | 100000 | 101011100 | 1010001 | 100101 |
Color Harmonies of #AD1230
Complementary color
Monochromatic Colors of #AD1230
Black with #AD1230
Text Example
Text Example
White with #AD1230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1230; }
p { color: rgb(173,18,48); }
H1.HeaderClassName
{
color: #AD1230;
}
.AnyTagClassName
{
color: #AD1230;
}
</style>
background-color css
<style>
a { background-color: #AD1230; }
a { background-color: rgb(173,18,48); }
div.DivClassName
{
background-color: #AD1230;
}
.BgClassName
{
background-color: #AD1230;
}
</style>
border-color css
<style>
span { border-color: #AD1230; }
span { border-color: rgb(173,18,48); }
td.TdClassName
{
border-color: #AD1230;
}
.TagClassName
{
border-color: #AD1230;
}
</style>