Shades of Medium Carmine #AD3A26
Tints of Medium Carmine #AD3A26
RGB
CMYK
RGB Variations
Color information
#AD3A26 (or 0xAD3A26) is known color: Medium Carmine. HEX triplet: AD, 3A and 26. RGB value is (173,58,38). Sum of RGB (Red+Green+Blue) = 173+58+38=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3A26 is #52C5D9. Grayscale: #5A5A5A. Windows color (decimal): -5424602 or 2505389. OLE color: 2505389.
HSL color Cylindrical-coordinate representation of color #AD3A26: hue angle of 8.89º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD3A26 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 58 | 38 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.32 |
| HSL | 8.89º | 0.64% | 0.41% | - |
| HSV(B) | 8.89º | 0.78% | 0.68% | - |
| XYZ | 19.1 | 12.05 | 3.15 | - |
| YUV | 90.11 | 98.6 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 38 | 0 | 0.66 | 0.78 | 0.32 | 8.89 | 0.64 | 0.41 |
| Hex | AD | 3A | 26 | 0 | 42 | 4E | 20 | 9 | 40 | 29 |
| Octal | 255 | 72 | 46 | 0 | 102 | 116 | 40 | 11 | 100 | 51 |
| Binary | 10101101 | 111010 | 100110 | 0 | 1000010 | 1001110 | 100000 | 1001 | 1000000 | 101001 |
Color Harmonies of #AD3A26
Complementary color
Monochromatic Colors of #AD3A26
Black with #AD3A26
Text Example
Text Example
White with #AD3A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3A26; }
p { color: rgb(173,58,38); }
H1.HeaderClassName
{
color: #AD3A26;
}
.AnyTagClassName
{
color: #AD3A26;
}
</style>
background-color css
<style>
a { background-color: #AD3A26; }
a { background-color: rgb(173,58,38); }
div.DivClassName
{
background-color: #AD3A26;
}
.BgClassName
{
background-color: #AD3A26;
}
</style>
border-color css
<style>
span { border-color: #AD3A26; }
span { border-color: rgb(173,58,38); }
td.TdClassName
{
border-color: #AD3A26;
}
.TagClassName
{
border-color: #AD3A26;
}
</style>