Shades of Cardinal #AD092F
Tints of Cardinal #AD092F
RGB
CMYK
RGB Variations
Color information
#AD092F (or 0xAD092F) is known color: Cardinal. HEX triplet: AD, 09 and 2F. RGB value is (173,9,47). Sum of RGB (Red+Green+Blue) = 173+9+47=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD092F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD092F is #52F6D0. Grayscale: #3E3E3E. Windows color (decimal): -5437137 or 3082669. OLE color: 3082669.
HSL color Cylindrical-coordinate representation of color #AD092F: hue angle of 346.1º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD092F is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 47 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.32 |
| HSL | 346.1º | 0.9% | 0.36% | - |
| HSV(B) | 346.1º | 0.95% | 0.68% | - |
| XYZ | 17.84 | 9.28 | 3.54 | - |
| YUV | 62.37 | 119.33 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 47 | 0 | 0.95 | 0.73 | 0.32 | 346.1 | 0.9 | 0.36 |
| Hex | AD | 9 | 2F | 0 | 5F | 49 | 20 | 15A | 5A | 24 |
| Octal | 255 | 11 | 57 | 0 | 137 | 111 | 40 | 532 | 132 | 44 |
| Binary | 10101101 | 1001 | 101111 | 0 | 1011111 | 1001001 | 100000 | 101011010 | 1011010 | 100100 |
Color Harmonies of #AD092F
Complementary color
Monochromatic Colors of #AD092F
Black with #AD092F
Text Example
Text Example
White with #AD092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD092F; }
p { color: rgb(173,9,47); }
H1.HeaderClassName
{
color: #AD092F;
}
.AnyTagClassName
{
color: #AD092F;
}
</style>
background-color css
<style>
a { background-color: #AD092F; }
a { background-color: rgb(173,9,47); }
div.DivClassName
{
background-color: #AD092F;
}
.BgClassName
{
background-color: #AD092F;
}
</style>
border-color css
<style>
span { border-color: #AD092F; }
span { border-color: rgb(173,9,47); }
td.TdClassName
{
border-color: #AD092F;
}
.TagClassName
{
border-color: #AD092F;
}
</style>