Shades of Carmine #AD030E
Tints of Carmine #AD030E
RGB
CMYK
RGB Variations
Color information
#AD030E (or 0xAD030E) is known color: Carmine. HEX triplet: AD, 03 and 0E. RGB value is (173,3,14). Sum of RGB (Red+Green+Blue) = 173+3+14=190 (25% of max value = 765). Red value is 173 (67.97% from 255 or 91.05% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 173 - color contains mainly: red. Hex color #AD030E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD030E is #52FCF1. Grayscale: #373737. Windows color (decimal): -5438706 or 918445. OLE color: 918445.
HSL color Cylindrical-coordinate representation of color #AD030E: hue angle of 356.12º 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 #AD030E is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 14 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.32 |
| HSL | 356.12º | 0.97% | 0.35% | - |
| HSV(B) | 356.12º | 0.98% | 0.68% | - |
| XYZ | 17.35 | 8.98 | 1.23 | - |
| YUV | 55.08 | 104.82 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 14 | 0 | 0.98 | 0.92 | 0.32 | 356.12 | 0.97 | 0.35 |
| Hex | AD | 3 | E | 0 | 62 | 5C | 20 | 164 | 61 | 23 |
| Octal | 255 | 3 | 16 | 0 | 142 | 134 | 40 | 544 | 141 | 43 |
| Binary | 10101101 | 11 | 1110 | 0 | 1100010 | 1011100 | 100000 | 101100100 | 1100001 | 100011 |
Color Harmonies of #AD030E
Complementary color
Monochromatic Colors of #AD030E
Black with #AD030E
Text Example
Text Example
White with #AD030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD030E; }
p { color: rgb(173,3,14); }
H1.HeaderClassName
{
color: #AD030E;
}
.AnyTagClassName
{
color: #AD030E;
}
</style>
background-color css
<style>
a { background-color: #AD030E; }
a { background-color: rgb(173,3,14); }
div.DivClassName
{
background-color: #AD030E;
}
.BgClassName
{
background-color: #AD030E;
}
</style>
border-color css
<style>
span { border-color: #AD030E; }
span { border-color: rgb(173,3,14); }
td.TdClassName
{
border-color: #AD030E;
}
.TagClassName
{
border-color: #AD030E;
}
</style>