Shades of Medium Carmine #A83F31
Tints of Medium Carmine #A83F31
RGB
CMYK
RGB Variations
Color information
#A83F31 (or 0xA83F31) is known color: Medium Carmine. HEX triplet: A8, 3F and 31. RGB value is (168,63,49). Sum of RGB (Red+Green+Blue) = 168+63+49=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83F31 is #57C0CE. Grayscale: #5C5C5C. Windows color (decimal): -5750991 or 3227560. OLE color: 3227560.
HSL color Cylindrical-coordinate representation of color #A83F31: hue angle of 7.06º 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 #A83F31 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 63 | 49 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.34 |
| HSL | 7.06º | 0.55% | 0.43% | - |
| HSV(B) | 7.06º | 0.71% | 0.66% | - |
| XYZ | 18.48 | 12.1 | 4.27 | - |
| YUV | 92.8 | 103.29 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 49 | 0 | 0.63 | 0.71 | 0.34 | 7.06 | 0.55 | 0.43 |
| Hex | A8 | 3F | 31 | 0 | 3F | 47 | 22 | 7 | 37 | 2B |
| Octal | 250 | 77 | 61 | 0 | 77 | 107 | 42 | 7 | 67 | 53 |
| Binary | 10101000 | 111111 | 110001 | 0 | 111111 | 1000111 | 100010 | 111 | 110111 | 101011 |
Color Harmonies of #A83F31
Complementary color
Monochromatic Colors of #A83F31
Black with #A83F31
Text Example
Text Example
White with #A83F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83F31; }
p { color: rgb(168,63,49); }
H1.HeaderClassName
{
color: #A83F31;
}
.AnyTagClassName
{
color: #A83F31;
}
</style>
background-color css
<style>
a { background-color: #A83F31; }
a { background-color: rgb(168,63,49); }
div.DivClassName
{
background-color: #A83F31;
}
.BgClassName
{
background-color: #A83F31;
}
</style>
border-color css
<style>
span { border-color: #A83F31; }
span { border-color: rgb(168,63,49); }
td.TdClassName
{
border-color: #A83F31;
}
.TagClassName
{
border-color: #A83F31;
}
</style>