Shades of Cardinal #AD103E
Tints of Cardinal #AD103E
RGB
CMYK
RGB Variations
Color information
#AD103E (or 0xAD103E) is known color: Cardinal. HEX triplet: AD, 10 and 3E. RGB value is (173,16,62). Sum of RGB (Red+Green+Blue) = 173+16+62=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD103E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD103E is #52EFC1. Grayscale: #444444. Windows color (decimal): -5435330 or 4067501. OLE color: 4067501.
HSL color Cylindrical-coordinate representation of color #AD103E: hue angle of 342.42º 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 #AD103E is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 62 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.32 |
| HSL | 342.42º | 0.83% | 0.37% | - |
| HSV(B) | 342.42º | 0.91% | 0.68% | - |
| XYZ | 18.29 | 9.6 | 5.45 | - |
| YUV | 68.19 | 124.51 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 62 | 0 | 0.91 | 0.64 | 0.32 | 342.42 | 0.83 | 0.37 |
| Hex | AD | 10 | 3E | 0 | 5B | 40 | 20 | 156 | 53 | 25 |
| Octal | 255 | 20 | 76 | 0 | 133 | 100 | 40 | 526 | 123 | 45 |
| Binary | 10101101 | 10000 | 111110 | 0 | 1011011 | 1000000 | 100000 | 101010110 | 1010011 | 100101 |
Color Harmonies of #AD103E
Complementary color
Monochromatic Colors of #AD103E
Black with #AD103E
Text Example
Text Example
White with #AD103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD103E; }
p { color: rgb(173,16,62); }
H1.HeaderClassName
{
color: #AD103E;
}
.AnyTagClassName
{
color: #AD103E;
}
</style>
background-color css
<style>
a { background-color: #AD103E; }
a { background-color: rgb(173,16,62); }
div.DivClassName
{
background-color: #AD103E;
}
.BgClassName
{
background-color: #AD103E;
}
</style>
border-color css
<style>
span { border-color: #AD103E; }
span { border-color: rgb(173,16,62); }
td.TdClassName
{
border-color: #AD103E;
}
.TagClassName
{
border-color: #AD103E;
}
</style>