Shades of Carmine #AD0310
Tints of Carmine #AD0310
RGB
CMYK
RGB Variations
Color information
#AD0310 (or 0xAD0310) is known color: Carmine. HEX triplet: AD, 03 and 10. RGB value is (173,3,16). Sum of RGB (Red+Green+Blue) = 173+3+16=192 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.10% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0310 is #52FCEF. Grayscale: #373737. Windows color (decimal): -5438704 or 1049517. OLE color: 1049517.
HSL color Cylindrical-coordinate representation of color #AD0310: hue angle of 355.41º 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 #AD0310 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 16 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.32 |
| HSL | 355.41º | 0.97% | 0.35% | - |
| HSV(B) | 355.41º | 0.98% | 0.68% | - |
| XYZ | 17.36 | 8.99 | 1.31 | - |
| YUV | 55.31 | 105.82 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 16 | 0 | 0.98 | 0.91 | 0.32 | 355.41 | 0.97 | 0.35 |
| Hex | AD | 3 | 10 | 0 | 62 | 5B | 20 | 163 | 61 | 23 |
| Octal | 255 | 3 | 20 | 0 | 142 | 133 | 40 | 543 | 141 | 43 |
| Binary | 10101101 | 11 | 10000 | 0 | 1100010 | 1011011 | 100000 | 101100011 | 1100001 | 100011 |
Color Harmonies of #AD0310
Complementary color
Monochromatic Colors of #AD0310
Black with #AD0310
Text Example
Text Example
White with #AD0310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0310; }
p { color: rgb(173,3,16); }
H1.HeaderClassName
{
color: #AD0310;
}
.AnyTagClassName
{
color: #AD0310;
}
</style>
background-color css
<style>
a { background-color: #AD0310; }
a { background-color: rgb(173,3,16); }
div.DivClassName
{
background-color: #AD0310;
}
.BgClassName
{
background-color: #AD0310;
}
</style>
border-color css
<style>
span { border-color: #AD0310; }
span { border-color: rgb(173,3,16); }
td.TdClassName
{
border-color: #AD0310;
}
.TagClassName
{
border-color: #AD0310;
}
</style>