Shades of Carmine #AD0F26
Tints of Carmine #AD0F26
RGB
CMYK
RGB Variations
Color information
#AD0F26 (or 0xAD0F26) is known color: Carmine. HEX triplet: AD, 0F and 26. RGB value is (173,15,38). Sum of RGB (Red+Green+Blue) = 173+15+38=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0F26 is #52F0D9. Grayscale: #404040. Windows color (decimal): -5435610 or 2494381. OLE color: 2494381.
HSL color Cylindrical-coordinate representation of color #AD0F26: hue angle of 351.27º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD0F26 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 38 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.32 |
| HSL | 351.27º | 0.84% | 0.37% | - |
| HSV(B) | 351.27º | 0.91% | 0.68% | - |
| XYZ | 17.75 | 9.37 | 2.71 | - |
| YUV | 64.86 | 112.85 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 38 | 0 | 0.91 | 0.78 | 0.32 | 351.27 | 0.84 | 0.37 |
| Hex | AD | F | 26 | 0 | 5B | 4E | 20 | 15F | 54 | 25 |
| Octal | 255 | 17 | 46 | 0 | 133 | 116 | 40 | 537 | 124 | 45 |
| Binary | 10101101 | 1111 | 100110 | 0 | 1011011 | 1001110 | 100000 | 101011111 | 1010100 | 100101 |
Color Harmonies of #AD0F26
Complementary color
Monochromatic Colors of #AD0F26
Black with #AD0F26
Text Example
Text Example
White with #AD0F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F26; }
p { color: rgb(173,15,38); }
H1.HeaderClassName
{
color: #AD0F26;
}
.AnyTagClassName
{
color: #AD0F26;
}
</style>
background-color css
<style>
a { background-color: #AD0F26; }
a { background-color: rgb(173,15,38); }
div.DivClassName
{
background-color: #AD0F26;
}
.BgClassName
{
background-color: #AD0F26;
}
</style>
border-color css
<style>
span { border-color: #AD0F26; }
span { border-color: rgb(173,15,38); }
td.TdClassName
{
border-color: #AD0F26;
}
.TagClassName
{
border-color: #AD0F26;
}
</style>