Shades of Cardinal #AD192A
Tints of Cardinal #AD192A
RGB
CMYK
RGB Variations
Color information
#AD192A (or 0xAD192A) is known color: Cardinal. HEX triplet: AD, 19 and 2A. RGB value is (173,25,42). Sum of RGB (Red+Green+Blue) = 173+25+42=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD192A is #52E6D5. Grayscale: #474747. Windows color (decimal): -5433046 or 2759085. OLE color: 2759085.
HSL color Cylindrical-coordinate representation of color #AD192A: hue angle of 353.11º 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 #AD192A is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 42 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.32 |
| HSL | 353.11º | 0.75% | 0.39% | - |
| HSV(B) | 353.11º | 0.86% | 0.68% | - |
| XYZ | 18 | 9.75 | 3.12 | - |
| YUV | 71.19 | 111.53 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 42 | 0 | 0.86 | 0.76 | 0.32 | 353.11 | 0.75 | 0.39 |
| Hex | AD | 19 | 2A | 0 | 56 | 4C | 20 | 161 | 4B | 27 |
| Octal | 255 | 31 | 52 | 0 | 126 | 114 | 40 | 541 | 113 | 47 |
| Binary | 10101101 | 11001 | 101010 | 0 | 1010110 | 1001100 | 100000 | 101100001 | 1001011 | 100111 |
Color Harmonies of #AD192A
Complementary color
Monochromatic Colors of #AD192A
Black with #AD192A
Text Example
Text Example
White with #AD192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD192A; }
p { color: rgb(173,25,42); }
H1.HeaderClassName
{
color: #AD192A;
}
.AnyTagClassName
{
color: #AD192A;
}
</style>
background-color css
<style>
a { background-color: #AD192A; }
a { background-color: rgb(173,25,42); }
div.DivClassName
{
background-color: #AD192A;
}
.BgClassName
{
background-color: #AD192A;
}
</style>
border-color css
<style>
span { border-color: #AD192A; }
span { border-color: rgb(173,25,42); }
td.TdClassName
{
border-color: #AD192A;
}
.TagClassName
{
border-color: #AD192A;
}
</style>