Shades of Cardinal #AD103F
Tints of Cardinal #AD103F
RGB
CMYK
RGB Variations
Color information
#AD103F (or 0xAD103F) is known color: Cardinal. HEX triplet: AD, 10 and 3F. RGB value is (173,16,63). Sum of RGB (Red+Green+Blue) = 173+16+63=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD103F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD103F is #52EFC0. Grayscale: #444444. Windows color (decimal): -5435329 or 4133037. OLE color: 4133037.
HSL color Cylindrical-coordinate representation of color #AD103F: hue angle of 342.04º 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 #AD103F is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 63 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.32 |
| HSL | 342.04º | 0.83% | 0.37% | - |
| HSV(B) | 342.04º | 0.91% | 0.68% | - |
| XYZ | 18.32 | 9.61 | 5.59 | - |
| YUV | 68.3 | 125.01 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 63 | 0 | 0.91 | 0.64 | 0.32 | 342.04 | 0.83 | 0.37 |
| Hex | AD | 10 | 3F | 0 | 5B | 40 | 20 | 156 | 53 | 25 |
| Octal | 255 | 20 | 77 | 0 | 133 | 100 | 40 | 526 | 123 | 45 |
| Binary | 10101101 | 10000 | 111111 | 0 | 1011011 | 1000000 | 100000 | 101010110 | 1010011 | 100101 |
Color Harmonies of #AD103F
Complementary color
Monochromatic Colors of #AD103F
Black with #AD103F
Text Example
Text Example
White with #AD103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD103F; }
p { color: rgb(173,16,63); }
H1.HeaderClassName
{
color: #AD103F;
}
.AnyTagClassName
{
color: #AD103F;
}
</style>
background-color css
<style>
a { background-color: #AD103F; }
a { background-color: rgb(173,16,63); }
div.DivClassName
{
background-color: #AD103F;
}
.BgClassName
{
background-color: #AD103F;
}
</style>
border-color css
<style>
span { border-color: #AD103F; }
span { border-color: rgb(173,16,63); }
td.TdClassName
{
border-color: #AD103F;
}
.TagClassName
{
border-color: #AD103F;
}
</style>