Shades of Cardinal #AD123D
Tints of Cardinal #AD123D
RGB
CMYK
RGB Variations
Color information
#AD123D (or 0xAD123D) is known color: Cardinal. HEX triplet: AD, 12 and 3D. RGB value is (173,18,61). Sum of RGB (Red+Green+Blue) = 173+18+61=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD123D is #52EDC2. Grayscale: #454545. Windows color (decimal): -5434819 or 4002477. OLE color: 4002477.
HSL color Cylindrical-coordinate representation of color #AD123D: hue angle of 343.35º 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 #AD123D is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 61 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.32 |
| HSL | 343.35º | 0.81% | 0.37% | - |
| HSV(B) | 343.35º | 0.9% | 0.68% | - |
| XYZ | 18.29 | 9.65 | 5.31 | - |
| YUV | 69.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 61 | 0 | 0.90 | 0.65 | 0.32 | 343.35 | 0.81 | 0.37 |
| Hex | AD | 12 | 3D | 0 | 5A | 41 | 20 | 157 | 51 | 25 |
| Octal | 255 | 22 | 75 | 0 | 132 | 101 | 40 | 527 | 121 | 45 |
| Binary | 10101101 | 10010 | 111101 | 0 | 1011010 | 1000001 | 100000 | 101010111 | 1010001 | 100101 |
Color Harmonies of #AD123D
Complementary color
Monochromatic Colors of #AD123D
Black with #AD123D
Text Example
Text Example
White with #AD123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD123D; }
p { color: rgb(173,18,61); }
H1.HeaderClassName
{
color: #AD123D;
}
.AnyTagClassName
{
color: #AD123D;
}
</style>
background-color css
<style>
a { background-color: #AD123D; }
a { background-color: rgb(173,18,61); }
div.DivClassName
{
background-color: #AD123D;
}
.BgClassName
{
background-color: #AD123D;
}
</style>
border-color css
<style>
span { border-color: #AD123D; }
span { border-color: rgb(173,18,61); }
td.TdClassName
{
border-color: #AD123D;
}
.TagClassName
{
border-color: #AD123D;
}
</style>