Shades of Medium Carmine #A8392F
Tints of Medium Carmine #A8392F
RGB
CMYK
RGB Variations
Color information
#A8392F (or 0xA8392F) is known color: Medium Carmine. HEX triplet: A8, 39 and 2F. RGB value is (168,57,47). Sum of RGB (Red+Green+Blue) = 168+57+47=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A8392F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8392F is #57C6D0. Grayscale: #595959. Windows color (decimal): -5752529 or 3094952. OLE color: 3094952.
HSL color Cylindrical-coordinate representation of color #A8392F: hue angle of 4.96º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8392F is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 47 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.34 |
| HSL | 4.96º | 0.56% | 0.42% | - |
| HSV(B) | 4.96º | 0.72% | 0.66% | - |
| XYZ | 18.12 | 11.46 | 3.95 | - |
| YUV | 89.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 47 | 0 | 0.66 | 0.72 | 0.34 | 4.96 | 0.56 | 0.42 |
| Hex | A8 | 39 | 2F | 0 | 42 | 48 | 22 | 5 | 38 | 2A |
| Octal | 250 | 71 | 57 | 0 | 102 | 110 | 42 | 5 | 70 | 52 |
| Binary | 10101000 | 111001 | 101111 | 0 | 1000010 | 1001000 | 100010 | 101 | 111000 | 101010 |
Color Harmonies of #A8392F
Complementary color
Monochromatic Colors of #A8392F
Black with #A8392F
Text Example
Text Example
White with #A8392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8392F; }
p { color: rgb(168,57,47); }
H1.HeaderClassName
{
color: #A8392F;
}
.AnyTagClassName
{
color: #A8392F;
}
</style>
background-color css
<style>
a { background-color: #A8392F; }
a { background-color: rgb(168,57,47); }
div.DivClassName
{
background-color: #A8392F;
}
.BgClassName
{
background-color: #A8392F;
}
</style>
border-color css
<style>
span { border-color: #A8392F; }
span { border-color: rgb(168,57,47); }
td.TdClassName
{
border-color: #A8392F;
}
.TagClassName
{
border-color: #A8392F;
}
</style>