Shades of Carmine #AD0317
Tints of Carmine #AD0317
RGB
CMYK
RGB Variations
Color information
#AD0317 (or 0xAD0317) is known color: Carmine. HEX triplet: AD, 03 and 17. RGB value is (173,3,23). Sum of RGB (Red+Green+Blue) = 173+3+23=199 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.93% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0317 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0317 is #52FCE8. Grayscale: #383838. Windows color (decimal): -5438697 or 1508269. OLE color: 1508269.
HSL color Cylindrical-coordinate representation of color #AD0317: hue angle of 352.94º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0317 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 23 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.32 |
| HSL | 352.94º | 0.97% | 0.35% | - |
| HSV(B) | 352.94º | 0.98% | 0.68% | - |
| XYZ | 17.42 | 9.01 | 1.63 | - |
| YUV | 56.11 | 109.32 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 23 | 0 | 0.98 | 0.87 | 0.32 | 352.94 | 0.97 | 0.35 |
| Hex | AD | 3 | 17 | 0 | 62 | 57 | 20 | 161 | 61 | 23 |
| Octal | 255 | 3 | 27 | 0 | 142 | 127 | 40 | 541 | 141 | 43 |
| Binary | 10101101 | 11 | 10111 | 0 | 1100010 | 1010111 | 100000 | 101100001 | 1100001 | 100011 |
Color Harmonies of #AD0317
Complementary color
Monochromatic Colors of #AD0317
Black with #AD0317
Text Example
Text Example
White with #AD0317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0317; }
p { color: rgb(173,3,23); }
H1.HeaderClassName
{
color: #AD0317;
}
.AnyTagClassName
{
color: #AD0317;
}
</style>
background-color css
<style>
a { background-color: #AD0317; }
a { background-color: rgb(173,3,23); }
div.DivClassName
{
background-color: #AD0317;
}
.BgClassName
{
background-color: #AD0317;
}
</style>
border-color css
<style>
span { border-color: #AD0317; }
span { border-color: rgb(173,3,23); }
td.TdClassName
{
border-color: #AD0317;
}
.TagClassName
{
border-color: #AD0317;
}
</style>