Shades of Carmine #AD092B
Tints of Carmine #AD092B
RGB
CMYK
RGB Variations
Color information
#AD092B (or 0xAD092B) is known color: Carmine. HEX triplet: AD, 09 and 2B. RGB value is (173,9,43). Sum of RGB (Red+Green+Blue) = 173+9+43=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD092B is #52F6D4. Grayscale: #3D3D3D. Windows color (decimal): -5437141 or 2820525. OLE color: 2820525.
HSL color Cylindrical-coordinate representation of color #AD092B: hue angle of 347.56º 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 #AD092B is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 43 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.32 |
| HSL | 347.56º | 0.9% | 0.36% | - |
| HSV(B) | 347.56º | 0.95% | 0.68% | - |
| XYZ | 17.77 | 9.25 | 3.14 | - |
| YUV | 61.91 | 117.33 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 43 | 0 | 0.95 | 0.75 | 0.32 | 347.56 | 0.9 | 0.36 |
| Hex | AD | 9 | 2B | 0 | 5F | 4B | 20 | 15C | 5A | 24 |
| Octal | 255 | 11 | 53 | 0 | 137 | 113 | 40 | 534 | 132 | 44 |
| Binary | 10101101 | 1001 | 101011 | 0 | 1011111 | 1001011 | 100000 | 101011100 | 1011010 | 100100 |
Color Harmonies of #AD092B
Complementary color
Monochromatic Colors of #AD092B
Black with #AD092B
Text Example
Text Example
White with #AD092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD092B; }
p { color: rgb(173,9,43); }
H1.HeaderClassName
{
color: #AD092B;
}
.AnyTagClassName
{
color: #AD092B;
}
</style>
background-color css
<style>
a { background-color: #AD092B; }
a { background-color: rgb(173,9,43); }
div.DivClassName
{
background-color: #AD092B;
}
.BgClassName
{
background-color: #AD092B;
}
</style>
border-color css
<style>
span { border-color: #AD092B; }
span { border-color: rgb(173,9,43); }
td.TdClassName
{
border-color: #AD092B;
}
.TagClassName
{
border-color: #AD092B;
}
</style>