Shades of Medium Carmine #A83C2F
Tints of Medium Carmine #A83C2F
RGB
CMYK
RGB Variations
Color information
#A83C2F (or 0xA83C2F) is known color: Medium Carmine. HEX triplet: A8, 3C and 2F. RGB value is (168,60,47). Sum of RGB (Red+Green+Blue) = 168+60+47=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83C2F is #57C3D0. Grayscale: #5A5A5A. Windows color (decimal): -5751761 or 3095720. OLE color: 3095720.
HSL color Cylindrical-coordinate representation of color #A83C2F: hue angle of 6.45º 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 #A83C2F is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 60 | 47 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.34 |
| HSL | 6.45º | 0.56% | 0.42% | - |
| HSV(B) | 6.45º | 0.72% | 0.66% | - |
| XYZ | 18.28 | 11.76 | 4 | - |
| YUV | 90.81 | 103.28 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 47 | 0 | 0.64 | 0.72 | 0.34 | 6.45 | 0.56 | 0.42 |
| Hex | A8 | 3C | 2F | 0 | 40 | 48 | 22 | 6 | 38 | 2A |
| Octal | 250 | 74 | 57 | 0 | 100 | 110 | 42 | 6 | 70 | 52 |
| Binary | 10101000 | 111100 | 101111 | 0 | 1000000 | 1001000 | 100010 | 110 | 111000 | 101010 |
Color Harmonies of #A83C2F
Complementary color
Monochromatic Colors of #A83C2F
Black with #A83C2F
Text Example
Text Example
White with #A83C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83C2F; }
p { color: rgb(168,60,47); }
H1.HeaderClassName
{
color: #A83C2F;
}
.AnyTagClassName
{
color: #A83C2F;
}
</style>
background-color css
<style>
a { background-color: #A83C2F; }
a { background-color: rgb(168,60,47); }
div.DivClassName
{
background-color: #A83C2F;
}
.BgClassName
{
background-color: #A83C2F;
}
</style>
border-color css
<style>
span { border-color: #A83C2F; }
span { border-color: rgb(168,60,47); }
td.TdClassName
{
border-color: #A83C2F;
}
.TagClassName
{
border-color: #A83C2F;
}
</style>