Shades of Carmine #AD082E
Tints of Carmine #AD082E
RGB
CMYK
RGB Variations
Color information
#AD082E (or 0xAD082E) is known color: Carmine. HEX triplet: AD, 08 and 2E. RGB value is (173,8,46). Sum of RGB (Red+Green+Blue) = 173+8+46=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD082E is #52F7D1. Grayscale: #3D3D3D. Windows color (decimal): -5437394 or 3016877. OLE color: 3016877.
HSL color Cylindrical-coordinate representation of color #AD082E: hue angle of 346.18º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD082E is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 46 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.32 |
| HSL | 346.18º | 0.91% | 0.35% | - |
| HSV(B) | 346.18º | 0.95% | 0.68% | - |
| XYZ | 17.81 | 9.26 | 3.43 | - |
| YUV | 61.67 | 119.16 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 46 | 0 | 0.95 | 0.73 | 0.32 | 346.18 | 0.91 | 0.35 |
| Hex | AD | 8 | 2E | 0 | 5F | 49 | 20 | 15A | 5B | 23 |
| Octal | 255 | 10 | 56 | 0 | 137 | 111 | 40 | 532 | 133 | 43 |
| Binary | 10101101 | 1000 | 101110 | 0 | 1011111 | 1001001 | 100000 | 101011010 | 1011011 | 100011 |
Color Harmonies of #AD082E
Complementary color
Monochromatic Colors of #AD082E
Black with #AD082E
Text Example
Text Example
White with #AD082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD082E; }
p { color: rgb(173,8,46); }
H1.HeaderClassName
{
color: #AD082E;
}
.AnyTagClassName
{
color: #AD082E;
}
</style>
background-color css
<style>
a { background-color: #AD082E; }
a { background-color: rgb(173,8,46); }
div.DivClassName
{
background-color: #AD082E;
}
.BgClassName
{
background-color: #AD082E;
}
</style>
border-color css
<style>
span { border-color: #AD082E; }
span { border-color: rgb(173,8,46); }
td.TdClassName
{
border-color: #AD082E;
}
.TagClassName
{
border-color: #AD082E;
}
</style>