Shades of Medium Carmine #A93838
Tints of Medium Carmine #A93838
RGB
CMYK
RGB Variations
Color information
#A93838 (or 0xA93838) is known color: Medium Carmine. HEX triplet: A9, 38 and 38. RGB value is (169,56,56). Sum of RGB (Red+Green+Blue) = 169+56+56=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A93838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93838 is #56C7C7. Grayscale: #595959. Windows color (decimal): -5687240 or 3684521. OLE color: 3684521.
HSL color Cylindrical-coordinate representation of color #A93838: hue angle of 0º 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 #A93838 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 56 | 56 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.34 |
| HSL | 0º | 0.5% | 0.44% | - |
| HSV(B) | 0º | 0.67% | 0.66% | - |
| XYZ | 18.49 | 11.55 | 5 | - |
| YUV | 89.79 | 108.94 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 56 | 56 | 0 | 0.67 | 0.67 | 0.34 | 0 | 0.5 | 0.44 |
| Hex | A9 | 38 | 38 | 0 | 43 | 43 | 22 | 0 | 32 | 2C |
| Octal | 251 | 70 | 70 | 0 | 103 | 103 | 42 | 0 | 62 | 54 |
| Binary | 10101001 | 111000 | 111000 | 0 | 1000011 | 1000011 | 100010 | 0 | 110010 | 101100 |
Color Harmonies of #A93838
Complementary color
Monochromatic Colors of #A93838
Black with #A93838
Text Example
Text Example
White with #A93838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93838; }
p { color: rgb(169,56,56); }
H1.HeaderClassName
{
color: #A93838;
}
.AnyTagClassName
{
color: #A93838;
}
</style>
background-color css
<style>
a { background-color: #A93838; }
a { background-color: rgb(169,56,56); }
div.DivClassName
{
background-color: #A93838;
}
.BgClassName
{
background-color: #A93838;
}
</style>
border-color css
<style>
span { border-color: #A93838; }
span { border-color: rgb(169,56,56); }
td.TdClassName
{
border-color: #A93838;
}
.TagClassName
{
border-color: #A93838;
}
</style>