Shades of Medium Carmine #AD372A
Tints of Medium Carmine #AD372A
RGB
CMYK
RGB Variations
Color information
#AD372A (or 0xAD372A) is known color: Medium Carmine. HEX triplet: AD, 37 and 2A. RGB value is (173,55,42). Sum of RGB (Red+Green+Blue) = 173+55+42=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD372A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD372A is #52C8D5. Grayscale: #585858. Windows color (decimal): -5425366 or 2766765. OLE color: 2766765.
HSL color Cylindrical-coordinate representation of color #AD372A: hue angle of 5.95º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD372A is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 42 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.32 |
| HSL | 5.95º | 0.61% | 0.42% | - |
| HSV(B) | 5.95º | 0.76% | 0.68% | - |
| XYZ | 19.02 | 11.78 | 3.46 | - |
| YUV | 88.8 | 101.59 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 42 | 0 | 0.68 | 0.76 | 0.32 | 5.95 | 0.61 | 0.42 |
| Hex | AD | 37 | 2A | 0 | 44 | 4C | 20 | 6 | 3D | 2A |
| Octal | 255 | 67 | 52 | 0 | 104 | 114 | 40 | 6 | 75 | 52 |
| Binary | 10101101 | 110111 | 101010 | 0 | 1000100 | 1001100 | 100000 | 110 | 111101 | 101010 |
Color Harmonies of #AD372A
Complementary color
Monochromatic Colors of #AD372A
Black with #AD372A
Text Example
Text Example
White with #AD372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD372A; }
p { color: rgb(173,55,42); }
H1.HeaderClassName
{
color: #AD372A;
}
.AnyTagClassName
{
color: #AD372A;
}
</style>
background-color css
<style>
a { background-color: #AD372A; }
a { background-color: rgb(173,55,42); }
div.DivClassName
{
background-color: #AD372A;
}
.BgClassName
{
background-color: #AD372A;
}
</style>
border-color css
<style>
span { border-color: #AD372A; }
span { border-color: rgb(173,55,42); }
td.TdClassName
{
border-color: #AD372A;
}
.TagClassName
{
border-color: #AD372A;
}
</style>