Shades of Carmine #AD010F
Tints of Carmine #AD010F
RGB
CMYK
RGB Variations
Color information
#AD010F (or 0xAD010F) is known color: Carmine. HEX triplet: AD, 01 and 0F. RGB value is (173,1,15). Sum of RGB (Red+Green+Blue) = 173+1+15=189 (25% of max value = 765). Red value is 173 (67.97% from 255 or 91.53% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 173 - color contains mainly: red. Hex color #AD010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD010F is #52FEF0. Grayscale: #363636. Windows color (decimal): -5439217 or 983469. OLE color: 983469.
HSL color Cylindrical-coordinate representation of color #AD010F: hue angle of 355.12º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD010F is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.32 |
| HSL | 355.12º | 0.99% | 0.34% | - |
| HSV(B) | 355.12º | 0.99% | 0.68% | - |
| XYZ | 17.33 | 8.94 | 1.26 | - |
| YUV | 54.02 | 105.98 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 15 | 0 | 0.99 | 0.91 | 0.32 | 355.12 | 0.99 | 0.34 |
| Hex | AD | 1 | F | 0 | 63 | 5B | 20 | 163 | 63 | 22 |
| Octal | 255 | 1 | 17 | 0 | 143 | 133 | 40 | 543 | 143 | 42 |
| Binary | 10101101 | 1 | 1111 | 0 | 1100011 | 1011011 | 100000 | 101100011 | 1100011 | 100010 |
Color Harmonies of #AD010F
Complementary color
Monochromatic Colors of #AD010F
Black with #AD010F
Text Example
Text Example
White with #AD010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD010F; }
p { color: rgb(173,1,15); }
H1.HeaderClassName
{
color: #AD010F;
}
.AnyTagClassName
{
color: #AD010F;
}
</style>
background-color css
<style>
a { background-color: #AD010F; }
a { background-color: rgb(173,1,15); }
div.DivClassName
{
background-color: #AD010F;
}
.BgClassName
{
background-color: #AD010F;
}
</style>
border-color css
<style>
span { border-color: #AD010F; }
span { border-color: rgb(173,1,15); }
td.TdClassName
{
border-color: #AD010F;
}
.TagClassName
{
border-color: #AD010F;
}
</style>