Shades of Carmine #AD002B
Tints of Carmine #AD002B
RGB
CMYK
RGB Variations
Color information
#AD002B (or 0xAD002B) is known color: Carmine. HEX triplet: AD, 00 and 2B. RGB value is (173,0,43). Sum of RGB (Red+Green+Blue) = 173+0+43=216 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.09% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 173 - color contains mainly: red. Hex color #AD002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD002B is #52FFD4. Grayscale: #383838. Windows color (decimal): -5439445 or 2818221. OLE color: 2818221.
HSL color Cylindrical-coordinate representation of color #AD002B: hue angle of 345.09º 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 #AD002B is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.75 | 0.32 |
| HSL | 345.09º | 1% | 0.34% | - |
| HSV(B) | 345.09º | 1% | 0.68% | - |
| XYZ | 17.67 | 9.06 | 3.1 | - |
| YUV | 56.63 | 120.31 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 43 | 0 | 1 | 0.75 | 0.32 | 345.09 | 1 | 0.34 |
| Hex | AD | 0 | 2B | 0 | 64 | 4B | 20 | 159 | 64 | 22 |
| Octal | 255 | 0 | 53 | 0 | 144 | 113 | 40 | 531 | 144 | 42 |
| Binary | 10101101 | 0 | 101011 | 0 | 1100100 | 1001011 | 100000 | 101011001 | 1100100 | 100010 |
Color Harmonies of #AD002B
Complementary color
Monochromatic Colors of #AD002B
Black with #AD002B
Text Example
Text Example
White with #AD002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD002B; }
p { color: rgb(173,0,43); }
H1.HeaderClassName
{
color: #AD002B;
}
.AnyTagClassName
{
color: #AD002B;
}
</style>
background-color css
<style>
a { background-color: #AD002B; }
a { background-color: rgb(173,0,43); }
div.DivClassName
{
background-color: #AD002B;
}
.BgClassName
{
background-color: #AD002B;
}
</style>
border-color css
<style>
span { border-color: #AD002B; }
span { border-color: rgb(173,0,43); }
td.TdClassName
{
border-color: #AD002B;
}
.TagClassName
{
border-color: #AD002B;
}
</style>