Shades of Cardinal #AD123C
Tints of Cardinal #AD123C
RGB
CMYK
RGB Variations
Color information
#AD123C (or 0xAD123C) is known color: Cardinal. HEX triplet: AD, 12 and 3C. RGB value is (173,18,60). Sum of RGB (Red+Green+Blue) = 173+18+60=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD123C is #52EDC3. Grayscale: #454545. Windows color (decimal): -5434820 or 3936941. OLE color: 3936941.
HSL color Cylindrical-coordinate representation of color #AD123C: hue angle of 343.74º 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 #AD123C is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 60 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.32 |
| HSL | 343.74º | 0.81% | 0.37% | - |
| HSV(B) | 343.74º | 0.9% | 0.68% | - |
| XYZ | 18.27 | 9.64 | 5.17 | - |
| YUV | 69.13 | 122.85 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 60 | 0 | 0.90 | 0.65 | 0.32 | 343.74 | 0.81 | 0.37 |
| Hex | AD | 12 | 3C | 0 | 5A | 41 | 20 | 158 | 51 | 25 |
| Octal | 255 | 22 | 74 | 0 | 132 | 101 | 40 | 530 | 121 | 45 |
| Binary | 10101101 | 10010 | 111100 | 0 | 1011010 | 1000001 | 100000 | 101011000 | 1010001 | 100101 |
Color Harmonies of #AD123C
Complementary color
Monochromatic Colors of #AD123C
Black with #AD123C
Text Example
Text Example
White with #AD123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD123C; }
p { color: rgb(173,18,60); }
H1.HeaderClassName
{
color: #AD123C;
}
.AnyTagClassName
{
color: #AD123C;
}
</style>
background-color css
<style>
a { background-color: #AD123C; }
a { background-color: rgb(173,18,60); }
div.DivClassName
{
background-color: #AD123C;
}
.BgClassName
{
background-color: #AD123C;
}
</style>
border-color css
<style>
span { border-color: #AD123C; }
span { border-color: rgb(173,18,60); }
td.TdClassName
{
border-color: #AD123C;
}
.TagClassName
{
border-color: #AD123C;
}
</style>