Shades of Medium Carmine #A94534
Tints of Medium Carmine #A94534
RGB
CMYK
RGB Variations
Color information
#A94534 (or 0xA94534) is known color: Medium Carmine. HEX triplet: A9, 45 and 34. RGB value is (169,69,52). Sum of RGB (Red+Green+Blue) = 169+69+52=290 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.28% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 169 - color contains mainly: red. Hex color #A94534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94534 is #56BACB. Grayscale: #616161. Windows color (decimal): -5683916 or 3425705. OLE color: 3425705.
HSL color Cylindrical-coordinate representation of color #A94534: hue angle of 8.72º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A94534 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 69 | 52 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.34 |
| HSL | 8.72º | 0.53% | 0.43% | - |
| HSV(B) | 8.72º | 0.69% | 0.66% | - |
| XYZ | 19.11 | 12.94 | 4.74 | - |
| YUV | 96.96 | 102.63 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 69 | 52 | 0 | 0.59 | 0.69 | 0.34 | 8.72 | 0.53 | 0.43 |
| Hex | A9 | 45 | 34 | 0 | 3B | 45 | 22 | 9 | 35 | 2B |
| Octal | 251 | 105 | 64 | 0 | 73 | 105 | 42 | 11 | 65 | 53 |
| Binary | 10101001 | 1000101 | 110100 | 0 | 111011 | 1000101 | 100010 | 1001 | 110101 | 101011 |
Color Harmonies of #A94534
Complementary color
Monochromatic Colors of #A94534
Black with #A94534
Text Example
Text Example
White with #A94534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94534; }
p { color: rgb(169,69,52); }
H1.HeaderClassName
{
color: #A94534;
}
.AnyTagClassName
{
color: #A94534;
}
</style>
background-color css
<style>
a { background-color: #A94534; }
a { background-color: rgb(169,69,52); }
div.DivClassName
{
background-color: #A94534;
}
.BgClassName
{
background-color: #A94534;
}
</style>
border-color css
<style>
span { border-color: #A94534; }
span { border-color: rgb(169,69,52); }
td.TdClassName
{
border-color: #A94534;
}
.TagClassName
{
border-color: #A94534;
}
</style>