Shades of Carmine #AD0027
Tints of Carmine #AD0027
RGB
CMYK
RGB Variations
Color information
#AD0027 (or 0xAD0027) is known color: Carmine. HEX triplet: AD, 00 and 27. RGB value is (173,0,39). Sum of RGB (Red+Green+Blue) = 173+0+39=212 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.60% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0027 is #52FFD8. Grayscale: #383838. Windows color (decimal): -5439449 or 2556077. OLE color: 2556077.
HSL color Cylindrical-coordinate representation of color #AD0027: hue angle of 346.47º 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 #AD0027 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.77 | 0.32 |
| HSL | 346.47º | 1% | 0.34% | - |
| HSV(B) | 346.47º | 1% | 0.68% | - |
| XYZ | 17.6 | 9.03 | 2.73 | - |
| YUV | 56.17 | 118.31 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 39 | 0 | 1 | 0.77 | 0.32 | 346.47 | 1 | 0.34 |
| Hex | AD | 0 | 27 | 0 | 64 | 4D | 20 | 15A | 64 | 22 |
| Octal | 255 | 0 | 47 | 0 | 144 | 115 | 40 | 532 | 144 | 42 |
| Binary | 10101101 | 0 | 100111 | 0 | 1100100 | 1001101 | 100000 | 101011010 | 1100100 | 100010 |
Color Harmonies of #AD0027
Complementary color
Monochromatic Colors of #AD0027
Black with #AD0027
Text Example
Text Example
White with #AD0027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0027; }
p { color: rgb(173,0,39); }
H1.HeaderClassName
{
color: #AD0027;
}
.AnyTagClassName
{
color: #AD0027;
}
</style>
background-color css
<style>
a { background-color: #AD0027; }
a { background-color: rgb(173,0,39); }
div.DivClassName
{
background-color: #AD0027;
}
.BgClassName
{
background-color: #AD0027;
}
</style>
border-color css
<style>
span { border-color: #AD0027; }
span { border-color: rgb(173,0,39); }
td.TdClassName
{
border-color: #AD0027;
}
.TagClassName
{
border-color: #AD0027;
}
</style>