Shades of Medium Carmine #A93938
Tints of Medium Carmine #A93938
RGB
CMYK
RGB Variations
Color information
#A93938 (or 0xA93938) is known color: Medium Carmine. HEX triplet: A9, 39 and 38. RGB value is (169,57,56). Sum of RGB (Red+Green+Blue) = 169+57+56=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A93938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93938 is #56C6C7. Grayscale: #5A5A5A. Windows color (decimal): -5686984 or 3684777. OLE color: 3684777.
HSL color Cylindrical-coordinate representation of color #A93938: hue angle of 0.53º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A93938 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 57 | 56 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.34 |
| HSL | 0.53º | 0.5% | 0.44% | - |
| HSV(B) | 0.53º | 0.67% | 0.66% | - |
| XYZ | 18.54 | 11.65 | 5.01 | - |
| YUV | 90.37 | 108.61 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 57 | 56 | 0 | 0.66 | 0.67 | 0.34 | 0.53 | 0.5 | 0.44 |
| Hex | A9 | 39 | 38 | 0 | 42 | 43 | 22 | 1 | 32 | 2C |
| Octal | 251 | 71 | 70 | 0 | 102 | 103 | 42 | 1 | 62 | 54 |
| Binary | 10101001 | 111001 | 111000 | 0 | 1000010 | 1000011 | 100010 | 1 | 110010 | 101100 |
Color Harmonies of #A93938
Complementary color
Monochromatic Colors of #A93938
Black with #A93938
Text Example
Text Example
White with #A93938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93938; }
p { color: rgb(169,57,56); }
H1.HeaderClassName
{
color: #A93938;
}
.AnyTagClassName
{
color: #A93938;
}
</style>
background-color css
<style>
a { background-color: #A93938; }
a { background-color: rgb(169,57,56); }
div.DivClassName
{
background-color: #A93938;
}
.BgClassName
{
background-color: #A93938;
}
</style>
border-color css
<style>
span { border-color: #A93938; }
span { border-color: rgb(169,57,56); }
td.TdClassName
{
border-color: #A93938;
}
.TagClassName
{
border-color: #A93938;
}
</style>