Shades of Carmine #AD002C
Tints of Carmine #AD002C
RGB
CMYK
RGB Variations
Color information
#AD002C (or 0xAD002C) is known color: Carmine. HEX triplet: AD, 00 and 2C. RGB value is (173,0,44). Sum of RGB (Red+Green+Blue) = 173+0+44=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD002C is #52FFD3. Grayscale: #383838. Windows color (decimal): -5439444 or 2883757. OLE color: 2883757.
HSL color Cylindrical-coordinate representation of color #AD002C: hue angle of 344.74º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD002C is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.75 | 0.32 |
| HSL | 344.74º | 1% | 0.34% | - |
| HSV(B) | 344.74º | 1% | 0.68% | - |
| XYZ | 17.69 | 9.07 | 3.2 | - |
| YUV | 56.74 | 120.81 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 44 | 0 | 1 | 0.75 | 0.32 | 344.74 | 1 | 0.34 |
| Hex | AD | 0 | 2C | 0 | 64 | 4B | 20 | 159 | 64 | 22 |
| Octal | 255 | 0 | 54 | 0 | 144 | 113 | 40 | 531 | 144 | 42 |
| Binary | 10101101 | 0 | 101100 | 0 | 1100100 | 1001011 | 100000 | 101011001 | 1100100 | 100010 |
Color Harmonies of #AD002C
Complementary color
Monochromatic Colors of #AD002C
Black with #AD002C
Text Example
Text Example
White with #AD002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD002C; }
p { color: rgb(173,0,44); }
H1.HeaderClassName
{
color: #AD002C;
}
.AnyTagClassName
{
color: #AD002C;
}
</style>
background-color css
<style>
a { background-color: #AD002C; }
a { background-color: rgb(173,0,44); }
div.DivClassName
{
background-color: #AD002C;
}
.BgClassName
{
background-color: #AD002C;
}
</style>
border-color css
<style>
span { border-color: #AD002C; }
span { border-color: rgb(173,0,44); }
td.TdClassName
{
border-color: #AD002C;
}
.TagClassName
{
border-color: #AD002C;
}
</style>