Shades of Medium Carmine #A83E31
Tints of Medium Carmine #A83E31
RGB
CMYK
RGB Variations
Color information
#A83E31 (or 0xA83E31) is known color: Medium Carmine. HEX triplet: A8, 3E and 31. RGB value is (168,62,49). Sum of RGB (Red+Green+Blue) = 168+62+49=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A83E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83E31 is #57C1CE. Grayscale: #5C5C5C. Windows color (decimal): -5751247 or 3227304. OLE color: 3227304.
HSL color Cylindrical-coordinate representation of color #A83E31: hue angle of 6.55º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83E31 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 62 | 49 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.34 |
| HSL | 6.55º | 0.55% | 0.43% | - |
| HSV(B) | 6.55º | 0.71% | 0.66% | - |
| XYZ | 18.43 | 11.99 | 4.25 | - |
| YUV | 92.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 62 | 49 | 0 | 0.63 | 0.71 | 0.34 | 6.55 | 0.55 | 0.43 |
| Hex | A8 | 3E | 31 | 0 | 3F | 47 | 22 | 7 | 37 | 2B |
| Octal | 250 | 76 | 61 | 0 | 77 | 107 | 42 | 7 | 67 | 53 |
| Binary | 10101000 | 111110 | 110001 | 0 | 111111 | 1000111 | 100010 | 111 | 110111 | 101011 |
Color Harmonies of #A83E31
Complementary color
Monochromatic Colors of #A83E31
Black with #A83E31
Text Example
Text Example
White with #A83E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83E31; }
p { color: rgb(168,62,49); }
H1.HeaderClassName
{
color: #A83E31;
}
.AnyTagClassName
{
color: #A83E31;
}
</style>
background-color css
<style>
a { background-color: #A83E31; }
a { background-color: rgb(168,62,49); }
div.DivClassName
{
background-color: #A83E31;
}
.BgClassName
{
background-color: #A83E31;
}
</style>
border-color css
<style>
span { border-color: #A83E31; }
span { border-color: rgb(168,62,49); }
td.TdClassName
{
border-color: #A83E31;
}
.TagClassName
{
border-color: #A83E31;
}
</style>