Shades of Medium Carmine #AD3831
Tints of Medium Carmine #AD3831
RGB
CMYK
RGB Variations
Color information
#AD3831 (or 0xAD3831) is known color: Medium Carmine. HEX triplet: AD, 38 and 31. RGB value is (173,56,49). Sum of RGB (Red+Green+Blue) = 173+56+49=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3831 is #52C7CE. Grayscale: #5A5A5A. Windows color (decimal): -5425103 or 3225773. OLE color: 3225773.
HSL color Cylindrical-coordinate representation of color #AD3831: hue angle of 3.39º 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 #AD3831 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 49 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.32 |
| HSL | 3.39º | 0.56% | 0.44% | - |
| HSV(B) | 3.39º | 0.72% | 0.68% | - |
| XYZ | 19.2 | 11.93 | 4.2 | - |
| YUV | 90.19 | 104.76 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 49 | 0 | 0.68 | 0.72 | 0.32 | 3.39 | 0.56 | 0.44 |
| Hex | AD | 38 | 31 | 0 | 44 | 48 | 20 | 3 | 38 | 2C |
| Octal | 255 | 70 | 61 | 0 | 104 | 110 | 40 | 3 | 70 | 54 |
| Binary | 10101101 | 111000 | 110001 | 0 | 1000100 | 1001000 | 100000 | 11 | 111000 | 101100 |
Color Harmonies of #AD3831
Complementary color
Monochromatic Colors of #AD3831
Black with #AD3831
Text Example
Text Example
White with #AD3831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3831; }
p { color: rgb(173,56,49); }
H1.HeaderClassName
{
color: #AD3831;
}
.AnyTagClassName
{
color: #AD3831;
}
</style>
background-color css
<style>
a { background-color: #AD3831; }
a { background-color: rgb(173,56,49); }
div.DivClassName
{
background-color: #AD3831;
}
.BgClassName
{
background-color: #AD3831;
}
</style>
border-color css
<style>
span { border-color: #AD3831; }
span { border-color: rgb(173,56,49); }
td.TdClassName
{
border-color: #AD3831;
}
.TagClassName
{
border-color: #AD3831;
}
</style>