Shades of Medium Carmine #A93E2E
Tints of Medium Carmine #A93E2E
RGB
CMYK
RGB Variations
Color information
#A93E2E (or 0xA93E2E) is known color: Medium Carmine. HEX triplet: A9, 3E and 2E. RGB value is (169,62,46). Sum of RGB (Red+Green+Blue) = 169+62+46=277 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.01% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93E2E is #56C1D1. Grayscale: #5C5C5C. Windows color (decimal): -5685714 or 3030697. OLE color: 3030697.
HSL color Cylindrical-coordinate representation of color #A93E2E: hue angle of 7.8º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A93E2E is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 62 | 46 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.34 |
| HSL | 7.8º | 0.57% | 0.42% | - |
| HSV(B) | 7.8º | 0.73% | 0.66% | - |
| XYZ | 18.58 | 12.08 | 3.94 | - |
| YUV | 92.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 62 | 46 | 0 | 0.63 | 0.73 | 0.34 | 7.8 | 0.57 | 0.42 |
| Hex | A9 | 3E | 2E | 0 | 3F | 49 | 22 | 8 | 39 | 2A |
| Octal | 251 | 76 | 56 | 0 | 77 | 111 | 42 | 10 | 71 | 52 |
| Binary | 10101001 | 111110 | 101110 | 0 | 111111 | 1001001 | 100010 | 1000 | 111001 | 101010 |
Color Harmonies of #A93E2E
Complementary color
Monochromatic Colors of #A93E2E
Black with #A93E2E
Text Example
Text Example
White with #A93E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93E2E; }
p { color: rgb(169,62,46); }
H1.HeaderClassName
{
color: #A93E2E;
}
.AnyTagClassName
{
color: #A93E2E;
}
</style>
background-color css
<style>
a { background-color: #A93E2E; }
a { background-color: rgb(169,62,46); }
div.DivClassName
{
background-color: #A93E2E;
}
.BgClassName
{
background-color: #A93E2E;
}
</style>
border-color css
<style>
span { border-color: #A93E2E; }
span { border-color: rgb(169,62,46); }
td.TdClassName
{
border-color: #A93E2E;
}
.TagClassName
{
border-color: #A93E2E;
}
</style>