Shades of Carmine #AD0827
Tints of Carmine #AD0827
RGB
CMYK
RGB Variations
Color information
#AD0827 (or 0xAD0827) is known color: Carmine. HEX triplet: AD, 08 and 27. RGB value is (173,8,39). Sum of RGB (Red+Green+Blue) = 173+8+39=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0827 is #52F7D8. Grayscale: #3C3C3C. Windows color (decimal): -5437401 or 2558125. OLE color: 2558125.
HSL color Cylindrical-coordinate representation of color #AD0827: hue angle of 348.73º 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 #AD0827 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 39 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.32 |
| HSL | 348.73º | 0.91% | 0.35% | - |
| HSV(B) | 348.73º | 0.95% | 0.68% | - |
| XYZ | 17.69 | 9.2 | 2.76 | - |
| YUV | 60.87 | 115.66 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 39 | 0 | 0.95 | 0.77 | 0.32 | 348.73 | 0.91 | 0.35 |
| Hex | AD | 8 | 27 | 0 | 5F | 4D | 20 | 15D | 5B | 23 |
| Octal | 255 | 10 | 47 | 0 | 137 | 115 | 40 | 535 | 133 | 43 |
| Binary | 10101101 | 1000 | 100111 | 0 | 1011111 | 1001101 | 100000 | 101011101 | 1011011 | 100011 |
Color Harmonies of #AD0827
Complementary color
Monochromatic Colors of #AD0827
Black with #AD0827
Text Example
Text Example
White with #AD0827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0827; }
p { color: rgb(173,8,39); }
H1.HeaderClassName
{
color: #AD0827;
}
.AnyTagClassName
{
color: #AD0827;
}
</style>
background-color css
<style>
a { background-color: #AD0827; }
a { background-color: rgb(173,8,39); }
div.DivClassName
{
background-color: #AD0827;
}
.BgClassName
{
background-color: #AD0827;
}
</style>
border-color css
<style>
span { border-color: #AD0827; }
span { border-color: rgb(173,8,39); }
td.TdClassName
{
border-color: #AD0827;
}
.TagClassName
{
border-color: #AD0827;
}
</style>