Shades of Medium Carmine #A83D2C
Tints of Medium Carmine #A83D2C
RGB
CMYK
RGB Variations
Color information
#A83D2C (or 0xA83D2C) is known color: Medium Carmine. HEX triplet: A8, 3D and 2C. RGB value is (168,61,44). Sum of RGB (Red+Green+Blue) = 168+61+44=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83D2C is #57C2D3. Grayscale: #5B5B5B. Windows color (decimal): -5751508 or 2899368. OLE color: 2899368.
HSL color Cylindrical-coordinate representation of color #A83D2C: hue angle of 8.23º 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 #A83D2C is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 61 | 44 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.34 |
| HSL | 8.23º | 0.58% | 0.42% | - |
| HSV(B) | 8.23º | 0.74% | 0.66% | - |
| XYZ | 18.27 | 11.84 | 3.71 | - |
| YUV | 91.06 | 101.45 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 44 | 0 | 0.64 | 0.74 | 0.34 | 8.23 | 0.58 | 0.42 |
| Hex | A8 | 3D | 2C | 0 | 40 | 4A | 22 | 8 | 3A | 2A |
| Octal | 250 | 75 | 54 | 0 | 100 | 112 | 42 | 10 | 72 | 52 |
| Binary | 10101000 | 111101 | 101100 | 0 | 1000000 | 1001010 | 100010 | 1000 | 111010 | 101010 |
Color Harmonies of #A83D2C
Complementary color
Monochromatic Colors of #A83D2C
Black with #A83D2C
Text Example
Text Example
White with #A83D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83D2C; }
p { color: rgb(168,61,44); }
H1.HeaderClassName
{
color: #A83D2C;
}
.AnyTagClassName
{
color: #A83D2C;
}
</style>
background-color css
<style>
a { background-color: #A83D2C; }
a { background-color: rgb(168,61,44); }
div.DivClassName
{
background-color: #A83D2C;
}
.BgClassName
{
background-color: #A83D2C;
}
</style>
border-color css
<style>
span { border-color: #A83D2C; }
span { border-color: rgb(168,61,44); }
td.TdClassName
{
border-color: #A83D2C;
}
.TagClassName
{
border-color: #A83D2C;
}
</style>