Shades of Medium Carmine #AD3A38
Tints of Medium Carmine #AD3A38
RGB
CMYK
RGB Variations
Color information
#AD3A38 (or 0xAD3A38) is known color: Medium Carmine. HEX triplet: AD, 3A and 38. RGB value is (173,58,56). Sum of RGB (Red+Green+Blue) = 173+58+56=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3A38 is #52C5C7. Grayscale: #5C5C5C. Windows color (decimal): -5424584 or 3685037. OLE color: 3685037.
HSL color Cylindrical-coordinate representation of color #AD3A38: hue angle of 1.03º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3A38 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 58 | 56 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.32 |
| HSL | 1.03º | 0.51% | 0.45% | - |
| HSV(B) | 1.03º | 0.68% | 0.68% | - |
| XYZ | 19.46 | 12.2 | 5.07 | - |
| YUV | 92.16 | 107.6 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 56 | 0 | 0.66 | 0.68 | 0.32 | 1.03 | 0.51 | 0.45 |
| Hex | AD | 3A | 38 | 0 | 42 | 44 | 20 | 1 | 33 | 2D |
| Octal | 255 | 72 | 70 | 0 | 102 | 104 | 40 | 1 | 63 | 55 |
| Binary | 10101101 | 111010 | 111000 | 0 | 1000010 | 1000100 | 100000 | 1 | 110011 | 101101 |
Color Harmonies of #AD3A38
Complementary color
Monochromatic Colors of #AD3A38
Black with #AD3A38
Text Example
Text Example
White with #AD3A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3A38; }
p { color: rgb(173,58,56); }
H1.HeaderClassName
{
color: #AD3A38;
}
.AnyTagClassName
{
color: #AD3A38;
}
</style>
background-color css
<style>
a { background-color: #AD3A38; }
a { background-color: rgb(173,58,56); }
div.DivClassName
{
background-color: #AD3A38;
}
.BgClassName
{
background-color: #AD3A38;
}
</style>
border-color css
<style>
span { border-color: #AD3A38; }
span { border-color: rgb(173,58,56); }
td.TdClassName
{
border-color: #AD3A38;
}
.TagClassName
{
border-color: #AD3A38;
}
</style>