Shades of Carmine #AD0823
Tints of Carmine #AD0823
RGB
CMYK
RGB Variations
Color information
#AD0823 (or 0xAD0823) is known color: Carmine. HEX triplet: AD, 08 and 23. RGB value is (173,8,35). Sum of RGB (Red+Green+Blue) = 173+8+35=216 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.09% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0823 is #52F7DC. Grayscale: #3C3C3C. Windows color (decimal): -5437405 or 2295981. OLE color: 2295981.
HSL color Cylindrical-coordinate representation of color #AD0823: hue angle of 350.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 #AD0823 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 35 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.32 |
| HSL | 350.18º | 0.91% | 0.35% | - |
| HSV(B) | 350.18º | 0.95% | 0.68% | - |
| XYZ | 17.62 | 9.18 | 2.43 | - |
| YUV | 60.41 | 113.66 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 35 | 0 | 0.95 | 0.80 | 0.32 | 350.18 | 0.91 | 0.35 |
| Hex | AD | 8 | 23 | 0 | 5F | 50 | 20 | 15E | 5B | 23 |
| Octal | 255 | 10 | 43 | 0 | 137 | 120 | 40 | 536 | 133 | 43 |
| Binary | 10101101 | 1000 | 100011 | 0 | 1011111 | 1010000 | 100000 | 101011110 | 1011011 | 100011 |
Color Harmonies of #AD0823
Complementary color
Monochromatic Colors of #AD0823
Black with #AD0823
Text Example
Text Example
White with #AD0823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0823; }
p { color: rgb(173,8,35); }
H1.HeaderClassName
{
color: #AD0823;
}
.AnyTagClassName
{
color: #AD0823;
}
</style>
background-color css
<style>
a { background-color: #AD0823; }
a { background-color: rgb(173,8,35); }
div.DivClassName
{
background-color: #AD0823;
}
.BgClassName
{
background-color: #AD0823;
}
</style>
border-color css
<style>
span { border-color: #AD0823; }
span { border-color: rgb(173,8,35); }
td.TdClassName
{
border-color: #AD0823;
}
.TagClassName
{
border-color: #AD0823;
}
</style>