Shades of Medium Carmine #AD3E25
Tints of Medium Carmine #AD3E25
RGB
CMYK
RGB Variations
Color information
#AD3E25 (or 0xAD3E25) is known color: Medium Carmine. HEX triplet: AD, 3E and 25. RGB value is (173,62,37). Sum of RGB (Red+Green+Blue) = 173+62+37=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3E25 is #52C1DA. Grayscale: #5C5C5C. Windows color (decimal): -5423579 or 2440877. OLE color: 2440877.
HSL color Cylindrical-coordinate representation of color #AD3E25: hue angle of 11.03º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD3E25 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 62 | 37 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.32 |
| HSL | 11.03º | 0.65% | 0.41% | - |
| HSV(B) | 11.03º | 0.79% | 0.68% | - |
| XYZ | 19.29 | 12.46 | 3.14 | - |
| YUV | 92.34 | 96.77 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 37 | 0 | 0.64 | 0.79 | 0.32 | 11.03 | 0.65 | 0.41 |
| Hex | AD | 3E | 25 | 0 | 40 | 4F | 20 | B | 41 | 29 |
| Octal | 255 | 76 | 45 | 0 | 100 | 117 | 40 | 13 | 101 | 51 |
| Binary | 10101101 | 111110 | 100101 | 0 | 1000000 | 1001111 | 100000 | 1011 | 1000001 | 101001 |
Color Harmonies of #AD3E25
Complementary color
Monochromatic Colors of #AD3E25
Black with #AD3E25
Text Example
Text Example
White with #AD3E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3E25; }
p { color: rgb(173,62,37); }
H1.HeaderClassName
{
color: #AD3E25;
}
.AnyTagClassName
{
color: #AD3E25;
}
</style>
background-color css
<style>
a { background-color: #AD3E25; }
a { background-color: rgb(173,62,37); }
div.DivClassName
{
background-color: #AD3E25;
}
.BgClassName
{
background-color: #AD3E25;
}
</style>
border-color css
<style>
span { border-color: #AD3E25; }
span { border-color: rgb(173,62,37); }
td.TdClassName
{
border-color: #AD3E25;
}
.TagClassName
{
border-color: #AD3E25;
}
</style>