Shades of Medium Carmine #A93A2F
Tints of Medium Carmine #A93A2F
RGB
CMYK
RGB Variations
Color information
#A93A2F (or 0xA93A2F) is known color: Medium Carmine. HEX triplet: A9, 3A and 2F. RGB value is (169,58,47). Sum of RGB (Red+Green+Blue) = 169+58+47=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93A2F is #56C5D0. Grayscale: #5A5A5A. Windows color (decimal): -5686737 or 3095209. OLE color: 3095209.
HSL color Cylindrical-coordinate representation of color #A93A2F: hue angle of 5.41º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A93A2F is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 58 | 47 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.34 |
| HSL | 5.41º | 0.56% | 0.42% | - |
| HSV(B) | 5.41º | 0.72% | 0.66% | - |
| XYZ | 18.39 | 11.67 | 3.97 | - |
| YUV | 89.94 | 103.77 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 47 | 0 | 0.66 | 0.72 | 0.34 | 5.41 | 0.56 | 0.42 |
| Hex | A9 | 3A | 2F | 0 | 42 | 48 | 22 | 5 | 38 | 2A |
| Octal | 251 | 72 | 57 | 0 | 102 | 110 | 42 | 5 | 70 | 52 |
| Binary | 10101001 | 111010 | 101111 | 0 | 1000010 | 1001000 | 100010 | 101 | 111000 | 101010 |
Color Harmonies of #A93A2F
Complementary color
Monochromatic Colors of #A93A2F
Black with #A93A2F
Text Example
Text Example
White with #A93A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93A2F; }
p { color: rgb(169,58,47); }
H1.HeaderClassName
{
color: #A93A2F;
}
.AnyTagClassName
{
color: #A93A2F;
}
</style>
background-color css
<style>
a { background-color: #A93A2F; }
a { background-color: rgb(169,58,47); }
div.DivClassName
{
background-color: #A93A2F;
}
.BgClassName
{
background-color: #A93A2F;
}
</style>
border-color css
<style>
span { border-color: #A93A2F; }
span { border-color: rgb(169,58,47); }
td.TdClassName
{
border-color: #A93A2F;
}
.TagClassName
{
border-color: #A93A2F;
}
</style>