Shades of Medium Carmine #A93D33
Tints of Medium Carmine #A93D33
RGB
CMYK
RGB Variations
Color information
#A93D33 (or 0xA93D33) is known color: Medium Carmine. HEX triplet: A9, 3D and 33. RGB value is (169,61,51). Sum of RGB (Red+Green+Blue) = 169+61+51=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93D33 is #56C2CC. Grayscale: #5C5C5C. Windows color (decimal): -5685965 or 3358121. OLE color: 3358121.
HSL color Cylindrical-coordinate representation of color #A93D33: hue angle of 5.08º 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 #A93D33 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 61 | 51 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.34 |
| HSL | 5.08º | 0.54% | 0.43% | - |
| HSV(B) | 5.08º | 0.7% | 0.66% | - |
| XYZ | 18.63 | 12.01 | 4.47 | - |
| YUV | 92.15 | 104.78 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 61 | 51 | 0 | 0.64 | 0.70 | 0.34 | 5.08 | 0.54 | 0.43 |
| Hex | A9 | 3D | 33 | 0 | 40 | 46 | 22 | 5 | 36 | 2B |
| Octal | 251 | 75 | 63 | 0 | 100 | 106 | 42 | 5 | 66 | 53 |
| Binary | 10101001 | 111101 | 110011 | 0 | 1000000 | 1000110 | 100010 | 101 | 110110 | 101011 |
Color Harmonies of #A93D33
Complementary color
Monochromatic Colors of #A93D33
Black with #A93D33
Text Example
Text Example
White with #A93D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93D33; }
p { color: rgb(169,61,51); }
H1.HeaderClassName
{
color: #A93D33;
}
.AnyTagClassName
{
color: #A93D33;
}
</style>
background-color css
<style>
a { background-color: #A93D33; }
a { background-color: rgb(169,61,51); }
div.DivClassName
{
background-color: #A93D33;
}
.BgClassName
{
background-color: #A93D33;
}
</style>
border-color css
<style>
span { border-color: #A93D33; }
span { border-color: rgb(169,61,51); }
td.TdClassName
{
border-color: #A93D33;
}
.TagClassName
{
border-color: #A93D33;
}
</style>