Shades of Cardinal #AD102C
Tints of Cardinal #AD102C
RGB
CMYK
RGB Variations
Color information
#AD102C (or 0xAD102C) is known color: Cardinal. HEX triplet: AD, 10 and 2C. RGB value is (173,16,44). Sum of RGB (Red+Green+Blue) = 173+16+44=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD102C is #52EFD3. Grayscale: #424242. Windows color (decimal): -5435348 or 2887853. OLE color: 2887853.
HSL color Cylindrical-coordinate representation of color #AD102C: hue angle of 349.3º 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 #AD102C is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 44 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.32 |
| HSL | 349.3º | 0.83% | 0.37% | - |
| HSV(B) | 349.3º | 0.91% | 0.68% | - |
| XYZ | 17.87 | 9.44 | 3.26 | - |
| YUV | 66.14 | 115.51 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 44 | 0 | 0.91 | 0.75 | 0.32 | 349.3 | 0.83 | 0.37 |
| Hex | AD | 10 | 2C | 0 | 5B | 4B | 20 | 15D | 53 | 25 |
| Octal | 255 | 20 | 54 | 0 | 133 | 113 | 40 | 535 | 123 | 45 |
| Binary | 10101101 | 10000 | 101100 | 0 | 1011011 | 1001011 | 100000 | 101011101 | 1010011 | 100101 |
Color Harmonies of #AD102C
Complementary color
Monochromatic Colors of #AD102C
Black with #AD102C
Text Example
Text Example
White with #AD102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD102C; }
p { color: rgb(173,16,44); }
H1.HeaderClassName
{
color: #AD102C;
}
.AnyTagClassName
{
color: #AD102C;
}
</style>
background-color css
<style>
a { background-color: #AD102C; }
a { background-color: rgb(173,16,44); }
div.DivClassName
{
background-color: #AD102C;
}
.BgClassName
{
background-color: #AD102C;
}
</style>
border-color css
<style>
span { border-color: #AD102C; }
span { border-color: rgb(173,16,44); }
td.TdClassName
{
border-color: #AD102C;
}
.TagClassName
{
border-color: #AD102C;
}
</style>