Shades of Cardinal #AD192F
Tints of Cardinal #AD192F
RGB
CMYK
RGB Variations
Color information
#AD192F (or 0xAD192F) is known color: Cardinal. HEX triplet: AD, 19 and 2F. RGB value is (173,25,47). Sum of RGB (Red+Green+Blue) = 173+25+47=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD192F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD192F is #52E6D0. Grayscale: #474747. Windows color (decimal): -5433041 or 3086765. OLE color: 3086765.
HSL color Cylindrical-coordinate representation of color #AD192F: hue angle of 351.08º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD192F is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 47 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.32 |
| HSL | 351.08º | 0.75% | 0.39% | - |
| HSV(B) | 351.08º | 0.86% | 0.68% | - |
| XYZ | 18.09 | 9.78 | 3.62 | - |
| YUV | 71.76 | 114.03 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 47 | 0 | 0.86 | 0.73 | 0.32 | 351.08 | 0.75 | 0.39 |
| Hex | AD | 19 | 2F | 0 | 56 | 49 | 20 | 15F | 4B | 27 |
| Octal | 255 | 31 | 57 | 0 | 126 | 111 | 40 | 537 | 113 | 47 |
| Binary | 10101101 | 11001 | 101111 | 0 | 1010110 | 1001001 | 100000 | 101011111 | 1001011 | 100111 |
Color Harmonies of #AD192F
Complementary color
Monochromatic Colors of #AD192F
Black with #AD192F
Text Example
Text Example
White with #AD192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD192F; }
p { color: rgb(173,25,47); }
H1.HeaderClassName
{
color: #AD192F;
}
.AnyTagClassName
{
color: #AD192F;
}
</style>
background-color css
<style>
a { background-color: #AD192F; }
a { background-color: rgb(173,25,47); }
div.DivClassName
{
background-color: #AD192F;
}
.BgClassName
{
background-color: #AD192F;
}
</style>
border-color css
<style>
span { border-color: #AD192F; }
span { border-color: rgb(173,25,47); }
td.TdClassName
{
border-color: #AD192F;
}
.TagClassName
{
border-color: #AD192F;
}
</style>