Shades of Carmine #AD050D
Tints of Carmine #AD050D
RGB
CMYK
RGB Variations
Color information
#AD050D (or 0xAD050D) is known color: Carmine. HEX triplet: AD, 05 and 0D. RGB value is (173,5,13). Sum of RGB (Red+Green+Blue) = 173+5+13=191 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.58% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 173 - color contains mainly: red. Hex color #AD050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD050D is #52FAF2. Grayscale: #383838. Windows color (decimal): -5438195 or 853421. OLE color: 853421.
HSL color Cylindrical-coordinate representation of color #AD050D: hue angle of 357.14º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD050D is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 13 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.32 |
| HSL | 357.14º | 0.94% | 0.35% | - |
| HSV(B) | 357.14º | 0.97% | 0.68% | - |
| XYZ | 17.36 | 9.02 | 1.21 | - |
| YUV | 56.14 | 103.66 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 13 | 0 | 0.97 | 0.92 | 0.32 | 357.14 | 0.94 | 0.35 |
| Hex | AD | 5 | D | 0 | 61 | 5C | 20 | 165 | 5E | 23 |
| Octal | 255 | 5 | 15 | 0 | 141 | 134 | 40 | 545 | 136 | 43 |
| Binary | 10101101 | 101 | 1101 | 0 | 1100001 | 1011100 | 100000 | 101100101 | 1011110 | 100011 |
Color Harmonies of #AD050D
Complementary color
Monochromatic Colors of #AD050D
Black with #AD050D
Text Example
Text Example
White with #AD050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD050D; }
p { color: rgb(173,5,13); }
H1.HeaderClassName
{
color: #AD050D;
}
.AnyTagClassName
{
color: #AD050D;
}
</style>
background-color css
<style>
a { background-color: #AD050D; }
a { background-color: rgb(173,5,13); }
div.DivClassName
{
background-color: #AD050D;
}
.BgClassName
{
background-color: #AD050D;
}
</style>
border-color css
<style>
span { border-color: #AD050D; }
span { border-color: rgb(173,5,13); }
td.TdClassName
{
border-color: #AD050D;
}
.TagClassName
{
border-color: #AD050D;
}
</style>