Shades of Cardinal #AD103A
Tints of Cardinal #AD103A
RGB
CMYK
RGB Variations
Color information
#AD103A (or 0xAD103A) is known color: Cardinal. HEX triplet: AD, 10 and 3A. RGB value is (173,16,58). Sum of RGB (Red+Green+Blue) = 173+16+58=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD103A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD103A is #52EFC5. Grayscale: #434343. Windows color (decimal): -5435334 or 3805357. OLE color: 3805357.
HSL color Cylindrical-coordinate representation of color #AD103A: hue angle of 343.95º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD103A is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 58 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.32 |
| HSL | 343.95º | 0.83% | 0.37% | - |
| HSV(B) | 343.95º | 0.91% | 0.68% | - |
| XYZ | 18.18 | 9.56 | 4.89 | - |
| YUV | 67.73 | 122.51 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 58 | 0 | 0.91 | 0.66 | 0.32 | 343.95 | 0.83 | 0.37 |
| Hex | AD | 10 | 3A | 0 | 5B | 42 | 20 | 158 | 53 | 25 |
| Octal | 255 | 20 | 72 | 0 | 133 | 102 | 40 | 530 | 123 | 45 |
| Binary | 10101101 | 10000 | 111010 | 0 | 1011011 | 1000010 | 100000 | 101011000 | 1010011 | 100101 |
Color Harmonies of #AD103A
Complementary color
Monochromatic Colors of #AD103A
Black with #AD103A
Text Example
Text Example
White with #AD103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD103A; }
p { color: rgb(173,16,58); }
H1.HeaderClassName
{
color: #AD103A;
}
.AnyTagClassName
{
color: #AD103A;
}
</style>
background-color css
<style>
a { background-color: #AD103A; }
a { background-color: rgb(173,16,58); }
div.DivClassName
{
background-color: #AD103A;
}
.BgClassName
{
background-color: #AD103A;
}
</style>
border-color css
<style>
span { border-color: #AD103A; }
span { border-color: rgb(173,16,58); }
td.TdClassName
{
border-color: #AD103A;
}
.TagClassName
{
border-color: #AD103A;
}
</style>