Shades of Medium Carmine #AD4231
Tints of Medium Carmine #AD4231
RGB
CMYK
RGB Variations
Color information
#AD4231 (or 0xAD4231) is known color: Medium Carmine. HEX triplet: AD, 42 and 31. RGB value is (173,66,49). Sum of RGB (Red+Green+Blue) = 173+66+49=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4231 is #52BDCE. Grayscale: #606060. Windows color (decimal): -5422543 or 3228333. OLE color: 3228333.
HSL color Cylindrical-coordinate representation of color #AD4231: hue angle of 8.23º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD4231 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 49 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.32 |
| HSL | 8.23º | 0.56% | 0.44% | - |
| HSV(B) | 8.23º | 0.72% | 0.68% | - |
| XYZ | 19.74 | 13 | 4.38 | - |
| YUV | 96.06 | 101.45 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 49 | 0 | 0.62 | 0.72 | 0.32 | 8.23 | 0.56 | 0.44 |
| Hex | AD | 42 | 31 | 0 | 3E | 48 | 20 | 8 | 38 | 2C |
| Octal | 255 | 102 | 61 | 0 | 76 | 110 | 40 | 10 | 70 | 54 |
| Binary | 10101101 | 1000010 | 110001 | 0 | 111110 | 1001000 | 100000 | 1000 | 111000 | 101100 |
Color Harmonies of #AD4231
Complementary color
Monochromatic Colors of #AD4231
Black with #AD4231
Text Example
Text Example
White with #AD4231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4231; }
p { color: rgb(173,66,49); }
H1.HeaderClassName
{
color: #AD4231;
}
.AnyTagClassName
{
color: #AD4231;
}
</style>
background-color css
<style>
a { background-color: #AD4231; }
a { background-color: rgb(173,66,49); }
div.DivClassName
{
background-color: #AD4231;
}
.BgClassName
{
background-color: #AD4231;
}
</style>
border-color css
<style>
span { border-color: #AD4231; }
span { border-color: rgb(173,66,49); }
td.TdClassName
{
border-color: #AD4231;
}
.TagClassName
{
border-color: #AD4231;
}
</style>