Shades of Medium Carmine #A93932
Tints of Medium Carmine #A93932
RGB
CMYK
RGB Variations
Color information
#A93932 (or 0xA93932) is known color: Medium Carmine. HEX triplet: A9, 39 and 32. RGB value is (169,57,50). Sum of RGB (Red+Green+Blue) = 169+57+50=276 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.23% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 169 - color contains mainly: red. Hex color #A93932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93932 is #56C6CD. Grayscale: #595959. Windows color (decimal): -5686990 or 3291561. OLE color: 3291561.
HSL color Cylindrical-coordinate representation of color #A93932: hue angle of 3.53º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93932 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 57 | 50 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.34 |
| HSL | 3.53º | 0.54% | 0.43% | - |
| HSV(B) | 3.53º | 0.7% | 0.66% | - |
| XYZ | 18.4 | 11.59 | 4.29 | - |
| YUV | 89.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 57 | 50 | 0 | 0.66 | 0.70 | 0.34 | 3.53 | 0.54 | 0.43 |
| Hex | A9 | 39 | 32 | 0 | 42 | 46 | 22 | 4 | 36 | 2B |
| Octal | 251 | 71 | 62 | 0 | 102 | 106 | 42 | 4 | 66 | 53 |
| Binary | 10101001 | 111001 | 110010 | 0 | 1000010 | 1000110 | 100010 | 100 | 110110 | 101011 |
Color Harmonies of #A93932
Complementary color
Monochromatic Colors of #A93932
Black with #A93932
Text Example
Text Example
White with #A93932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93932; }
p { color: rgb(169,57,50); }
H1.HeaderClassName
{
color: #A93932;
}
.AnyTagClassName
{
color: #A93932;
}
</style>
background-color css
<style>
a { background-color: #A93932; }
a { background-color: rgb(169,57,50); }
div.DivClassName
{
background-color: #A93932;
}
.BgClassName
{
background-color: #A93932;
}
</style>
border-color css
<style>
span { border-color: #A93932; }
span { border-color: rgb(169,57,50); }
td.TdClassName
{
border-color: #A93932;
}
.TagClassName
{
border-color: #A93932;
}
</style>