Shades of Carmine #AD0017
Tints of Carmine #AD0017
RGB
CMYK
RGB Variations
Color information
#AD0017 (or 0xAD0017) is known color: Carmine. HEX triplet: AD, 00 and 17. RGB value is (173,0,23). Sum of RGB (Red+Green+Blue) = 173+0+23=196 (25% of max value = 765). Red value is 173 (67.97% from 255 or 88.27% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0017 is #52FFE8. Grayscale: #363636. Windows color (decimal): -5439465 or 1507501. OLE color: 1507501.
HSL color Cylindrical-coordinate representation of color #AD0017: hue angle of 352.02º 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 #AD0017 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.87 | 0.32 |
| HSL | 352.02º | 1% | 0.34% | - |
| HSV(B) | 352.02º | 1% | 0.68% | - |
| XYZ | 17.39 | 8.95 | 1.62 | - |
| YUV | 54.35 | 110.31 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 23 | 0 | 1 | 0.87 | 0.32 | 352.02 | 1 | 0.34 |
| Hex | AD | 0 | 17 | 0 | 64 | 57 | 20 | 160 | 64 | 22 |
| Octal | 255 | 0 | 27 | 0 | 144 | 127 | 40 | 540 | 144 | 42 |
| Binary | 10101101 | 0 | 10111 | 0 | 1100100 | 1010111 | 100000 | 101100000 | 1100100 | 100010 |
Color Harmonies of #AD0017
Complementary color
Monochromatic Colors of #AD0017
Black with #AD0017
Text Example
Text Example
White with #AD0017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0017; }
p { color: rgb(173,0,23); }
H1.HeaderClassName
{
color: #AD0017;
}
.AnyTagClassName
{
color: #AD0017;
}
</style>
background-color css
<style>
a { background-color: #AD0017; }
a { background-color: rgb(173,0,23); }
div.DivClassName
{
background-color: #AD0017;
}
.BgClassName
{
background-color: #AD0017;
}
</style>
border-color css
<style>
span { border-color: #AD0017; }
span { border-color: rgb(173,0,23); }
td.TdClassName
{
border-color: #AD0017;
}
.TagClassName
{
border-color: #AD0017;
}
</style>