Shades of Cardinal #AD123A
Tints of Cardinal #AD123A
RGB
CMYK
RGB Variations
Color information
#AD123A (or 0xAD123A) is known color: Cardinal. HEX triplet: AD, 12 and 3A. RGB value is (173,18,58). Sum of RGB (Red+Green+Blue) = 173+18+58=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD123A is #52EDC5. Grayscale: #444444. Windows color (decimal): -5434822 or 3805869. OLE color: 3805869.
HSL color Cylindrical-coordinate representation of color #AD123A: hue angle of 344.52º 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 #AD123A is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 58 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.32 |
| HSL | 344.52º | 0.81% | 0.37% | - |
| HSV(B) | 344.52º | 0.9% | 0.68% | - |
| XYZ | 18.21 | 9.62 | 4.9 | - |
| YUV | 68.91 | 121.85 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 58 | 0 | 0.90 | 0.66 | 0.32 | 344.52 | 0.81 | 0.37 |
| Hex | AD | 12 | 3A | 0 | 5A | 42 | 20 | 159 | 51 | 25 |
| Octal | 255 | 22 | 72 | 0 | 132 | 102 | 40 | 531 | 121 | 45 |
| Binary | 10101101 | 10010 | 111010 | 0 | 1011010 | 1000010 | 100000 | 101011001 | 1010001 | 100101 |
Color Harmonies of #AD123A
Complementary color
Monochromatic Colors of #AD123A
Black with #AD123A
Text Example
Text Example
White with #AD123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD123A; }
p { color: rgb(173,18,58); }
H1.HeaderClassName
{
color: #AD123A;
}
.AnyTagClassName
{
color: #AD123A;
}
</style>
background-color css
<style>
a { background-color: #AD123A; }
a { background-color: rgb(173,18,58); }
div.DivClassName
{
background-color: #AD123A;
}
.BgClassName
{
background-color: #AD123A;
}
</style>
border-color css
<style>
span { border-color: #AD123A; }
span { border-color: rgb(173,18,58); }
td.TdClassName
{
border-color: #AD123A;
}
.TagClassName
{
border-color: #AD123A;
}
</style>