Shades of Carmine #AD0D23
Tints of Carmine #AD0D23
RGB
CMYK
RGB Variations
Color information
#AD0D23 (or 0xAD0D23) is known color: Carmine. HEX triplet: AD, 0D and 23. RGB value is (173,13,35). Sum of RGB (Red+Green+Blue) = 173+13+35=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0D23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0D23 is #52F2DC. Grayscale: #3F3F3F. Windows color (decimal): -5436125 or 2297261. OLE color: 2297261.
HSL color Cylindrical-coordinate representation of color #AD0D23: hue angle of 351.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0D23 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 13 | 35 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.32 |
| HSL | 351.75º | 0.86% | 0.36% | - |
| HSV(B) | 351.75º | 0.92% | 0.68% | - |
| XYZ | 17.68 | 9.29 | 2.45 | - |
| YUV | 63.35 | 112.01 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 35 | 0 | 0.92 | 0.80 | 0.32 | 351.75 | 0.86 | 0.36 |
| Hex | AD | D | 23 | 0 | 5C | 50 | 20 | 160 | 56 | 24 |
| Octal | 255 | 15 | 43 | 0 | 134 | 120 | 40 | 540 | 126 | 44 |
| Binary | 10101101 | 1101 | 100011 | 0 | 1011100 | 1010000 | 100000 | 101100000 | 1010110 | 100100 |
Color Harmonies of #AD0D23
Complementary color
Monochromatic Colors of #AD0D23
Black with #AD0D23
Text Example
Text Example
White with #AD0D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0D23; }
p { color: rgb(173,13,35); }
H1.HeaderClassName
{
color: #AD0D23;
}
.AnyTagClassName
{
color: #AD0D23;
}
</style>
background-color css
<style>
a { background-color: #AD0D23; }
a { background-color: rgb(173,13,35); }
div.DivClassName
{
background-color: #AD0D23;
}
.BgClassName
{
background-color: #AD0D23;
}
</style>
border-color css
<style>
span { border-color: #AD0D23; }
span { border-color: rgb(173,13,35); }
td.TdClassName
{
border-color: #AD0D23;
}
.TagClassName
{
border-color: #AD0D23;
}
</style>