Shades of Medium Carmine #A93D2B
Tints of Medium Carmine #A93D2B
RGB
CMYK
RGB Variations
Color information
#A93D2B (or 0xA93D2B) is known color: Medium Carmine. HEX triplet: A9, 3D and 2B. RGB value is (169,61,43). Sum of RGB (Red+Green+Blue) = 169+61+43=273 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.90% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93D2B is #56C2D4. Grayscale: #5B5B5B. Windows color (decimal): -5685973 or 2833833. OLE color: 2833833.
HSL color Cylindrical-coordinate representation of color #A93D2B: hue angle of 8.57º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A93D2B is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 61 | 43 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.34 |
| HSL | 8.57º | 0.59% | 0.42% | - |
| HSV(B) | 8.57º | 0.75% | 0.66% | - |
| XYZ | 18.47 | 11.95 | 3.62 | - |
| YUV | 91.24 | 100.78 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 61 | 43 | 0 | 0.64 | 0.75 | 0.34 | 8.57 | 0.59 | 0.42 |
| Hex | A9 | 3D | 2B | 0 | 40 | 4B | 22 | 9 | 3B | 2A |
| Octal | 251 | 75 | 53 | 0 | 100 | 113 | 42 | 11 | 73 | 52 |
| Binary | 10101001 | 111101 | 101011 | 0 | 1000000 | 1001011 | 100010 | 1001 | 111011 | 101010 |
Color Harmonies of #A93D2B
Complementary color
Monochromatic Colors of #A93D2B
Black with #A93D2B
Text Example
Text Example
White with #A93D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93D2B; }
p { color: rgb(169,61,43); }
H1.HeaderClassName
{
color: #A93D2B;
}
.AnyTagClassName
{
color: #A93D2B;
}
</style>
background-color css
<style>
a { background-color: #A93D2B; }
a { background-color: rgb(169,61,43); }
div.DivClassName
{
background-color: #A93D2B;
}
.BgClassName
{
background-color: #A93D2B;
}
</style>
border-color css
<style>
span { border-color: #A93D2B; }
span { border-color: rgb(169,61,43); }
td.TdClassName
{
border-color: #A93D2B;
}
.TagClassName
{
border-color: #A93D2B;
}
</style>