Shades of Medium Carmine #A93D2A
Tints of Medium Carmine #A93D2A
RGB
CMYK
RGB Variations
Color information
#A93D2A (or 0xA93D2A) is known color: Medium Carmine. HEX triplet: A9, 3D and 2A. RGB value is (169,61,42). Sum of RGB (Red+Green+Blue) = 169+61+42=272 (36% of max value = 765). Red value is 169 (66.41% from 255 or 62.13% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93D2A is #56C2D5. Grayscale: #5B5B5B. Windows color (decimal): -5685974 or 2768297. OLE color: 2768297.
HSL color Cylindrical-coordinate representation of color #A93D2A: hue angle of 8.98º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A93D2A is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 61 | 42 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.34 |
| HSL | 8.98º | 0.6% | 0.41% | - |
| HSV(B) | 8.98º | 0.75% | 0.66% | - |
| XYZ | 18.45 | 11.94 | 3.52 | - |
| YUV | 91.13 | 100.28 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 61 | 42 | 0 | 0.64 | 0.75 | 0.34 | 8.98 | 0.6 | 0.41 |
| Hex | A9 | 3D | 2A | 0 | 40 | 4B | 22 | 9 | 3C | 29 |
| Octal | 251 | 75 | 52 | 0 | 100 | 113 | 42 | 11 | 74 | 51 |
| Binary | 10101001 | 111101 | 101010 | 0 | 1000000 | 1001011 | 100010 | 1001 | 111100 | 101001 |
Color Harmonies of #A93D2A
Complementary color
Monochromatic Colors of #A93D2A
Black with #A93D2A
Text Example
Text Example
White with #A93D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93D2A; }
p { color: rgb(169,61,42); }
H1.HeaderClassName
{
color: #A93D2A;
}
.AnyTagClassName
{
color: #A93D2A;
}
</style>
background-color css
<style>
a { background-color: #A93D2A; }
a { background-color: rgb(169,61,42); }
div.DivClassName
{
background-color: #A93D2A;
}
.BgClassName
{
background-color: #A93D2A;
}
</style>
border-color css
<style>
span { border-color: #A93D2A; }
span { border-color: rgb(169,61,42); }
td.TdClassName
{
border-color: #A93D2A;
}
.TagClassName
{
border-color: #A93D2A;
}
</style>