Shades of Medium Carmine #AD3F26
Tints of Medium Carmine #AD3F26
RGB
CMYK
RGB Variations
Color information
#AD3F26 (or 0xAD3F26) is known color: Medium Carmine. HEX triplet: AD, 3F and 26. RGB value is (173,63,38). Sum of RGB (Red+Green+Blue) = 173+63+38=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3F26 is #52C0D9. Grayscale: #5D5D5D. Windows color (decimal): -5423322 or 2506669. OLE color: 2506669.
HSL color Cylindrical-coordinate representation of color #AD3F26: hue angle of 11.11º 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 #AD3F26 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 63 | 38 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.32 |
| HSL | 11.11º | 0.64% | 0.41% | - |
| HSV(B) | 11.11º | 0.78% | 0.68% | - |
| XYZ | 19.36 | 12.58 | 3.24 | - |
| YUV | 93.04 | 96.94 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 38 | 0 | 0.64 | 0.78 | 0.32 | 11.11 | 0.64 | 0.41 |
| Hex | AD | 3F | 26 | 0 | 40 | 4E | 20 | B | 40 | 29 |
| Octal | 255 | 77 | 46 | 0 | 100 | 116 | 40 | 13 | 100 | 51 |
| Binary | 10101101 | 111111 | 100110 | 0 | 1000000 | 1001110 | 100000 | 1011 | 1000000 | 101001 |
Color Harmonies of #AD3F26
Complementary color
Monochromatic Colors of #AD3F26
Black with #AD3F26
Text Example
Text Example
White with #AD3F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3F26; }
p { color: rgb(173,63,38); }
H1.HeaderClassName
{
color: #AD3F26;
}
.AnyTagClassName
{
color: #AD3F26;
}
</style>
background-color css
<style>
a { background-color: #AD3F26; }
a { background-color: rgb(173,63,38); }
div.DivClassName
{
background-color: #AD3F26;
}
.BgClassName
{
background-color: #AD3F26;
}
</style>
border-color css
<style>
span { border-color: #AD3F26; }
span { border-color: rgb(173,63,38); }
td.TdClassName
{
border-color: #AD3F26;
}
.TagClassName
{
border-color: #AD3F26;
}
</style>