Shades of Carmine #AD092A
Tints of Carmine #AD092A
RGB
CMYK
RGB Variations
Color information
#AD092A (or 0xAD092A) is known color: Carmine. HEX triplet: AD, 09 and 2A. RGB value is (173,9,42). Sum of RGB (Red+Green+Blue) = 173+9+42=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD092A is #52F6D5. Grayscale: #3D3D3D. Windows color (decimal): -5437142 or 2754989. OLE color: 2754989.
HSL color Cylindrical-coordinate representation of color #AD092A: hue angle of 347.93º 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 #AD092A is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 42 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.32 |
| HSL | 347.93º | 0.9% | 0.36% | - |
| HSV(B) | 347.93º | 0.95% | 0.68% | - |
| XYZ | 17.75 | 9.25 | 3.04 | - |
| YUV | 61.8 | 116.83 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 42 | 0 | 0.95 | 0.76 | 0.32 | 347.93 | 0.9 | 0.36 |
| Hex | AD | 9 | 2A | 0 | 5F | 4C | 20 | 15C | 5A | 24 |
| Octal | 255 | 11 | 52 | 0 | 137 | 114 | 40 | 534 | 132 | 44 |
| Binary | 10101101 | 1001 | 101010 | 0 | 1011111 | 1001100 | 100000 | 101011100 | 1011010 | 100100 |
Color Harmonies of #AD092A
Complementary color
Monochromatic Colors of #AD092A
Black with #AD092A
Text Example
Text Example
White with #AD092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD092A; }
p { color: rgb(173,9,42); }
H1.HeaderClassName
{
color: #AD092A;
}
.AnyTagClassName
{
color: #AD092A;
}
</style>
background-color css
<style>
a { background-color: #AD092A; }
a { background-color: rgb(173,9,42); }
div.DivClassName
{
background-color: #AD092A;
}
.BgClassName
{
background-color: #AD092A;
}
</style>
border-color css
<style>
span { border-color: #AD092A; }
span { border-color: rgb(173,9,42); }
td.TdClassName
{
border-color: #AD092A;
}
.TagClassName
{
border-color: #AD092A;
}
</style>