Shades of Medium Carmine #A8392C
Tints of Medium Carmine #A8392C
RGB
CMYK
RGB Variations
Color information
#A8392C (or 0xA8392C) is known color: Medium Carmine. HEX triplet: A8, 39 and 2C. RGB value is (168,57,44). Sum of RGB (Red+Green+Blue) = 168+57+44=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A8392C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8392C is #57C6D3. Grayscale: #585858. Windows color (decimal): -5752532 or 2898344. OLE color: 2898344.
HSL color Cylindrical-coordinate representation of color #A8392C: hue angle of 6.29º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8392C is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 44 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.34 |
| HSL | 6.29º | 0.58% | 0.42% | - |
| HSV(B) | 6.29º | 0.74% | 0.66% | - |
| XYZ | 18.07 | 11.43 | 3.64 | - |
| YUV | 88.71 | 102.77 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 44 | 0 | 0.66 | 0.74 | 0.34 | 6.29 | 0.58 | 0.42 |
| Hex | A8 | 39 | 2C | 0 | 42 | 4A | 22 | 6 | 3A | 2A |
| Octal | 250 | 71 | 54 | 0 | 102 | 112 | 42 | 6 | 72 | 52 |
| Binary | 10101000 | 111001 | 101100 | 0 | 1000010 | 1001010 | 100010 | 110 | 111010 | 101010 |
Color Harmonies of #A8392C
Complementary color
Monochromatic Colors of #A8392C
Black with #A8392C
Text Example
Text Example
White with #A8392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8392C; }
p { color: rgb(168,57,44); }
H1.HeaderClassName
{
color: #A8392C;
}
.AnyTagClassName
{
color: #A8392C;
}
</style>
background-color css
<style>
a { background-color: #A8392C; }
a { background-color: rgb(168,57,44); }
div.DivClassName
{
background-color: #A8392C;
}
.BgClassName
{
background-color: #A8392C;
}
</style>
border-color css
<style>
span { border-color: #A8392C; }
span { border-color: rgb(168,57,44); }
td.TdClassName
{
border-color: #A8392C;
}
.TagClassName
{
border-color: #A8392C;
}
</style>