Shades of Medium Carmine #A63E2F
Tints of Medium Carmine #A63E2F
RGB
CMYK
RGB Variations
Color information
#A63E2F (or 0xA63E2F) is known color: Medium Carmine. HEX triplet: A6, 3E and 2F. RGB value is (166,62,47). Sum of RGB (Red+Green+Blue) = 166+62+47=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63E2F is #59C1D0. Grayscale: #5B5B5B. Windows color (decimal): -5882321 or 3096230. OLE color: 3096230.
HSL color Cylindrical-coordinate representation of color #A63E2F: hue angle of 7.56º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A63E2F is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 62 | 47 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.35 |
| HSL | 7.56º | 0.56% | 0.42% | - |
| HSV(B) | 7.56º | 0.72% | 0.65% | - |
| XYZ | 17.96 | 11.76 | 4.01 | - |
| YUV | 91.39 | 102.96 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 47 | 0 | 0.63 | 0.72 | 0.35 | 7.56 | 0.56 | 0.42 |
| Hex | A6 | 3E | 2F | 0 | 3F | 48 | 23 | 8 | 38 | 2A |
| Octal | 246 | 76 | 57 | 0 | 77 | 110 | 43 | 10 | 70 | 52 |
| Binary | 10100110 | 111110 | 101111 | 0 | 111111 | 1001000 | 100011 | 1000 | 111000 | 101010 |
Color Harmonies of #A63E2F
Complementary color
Monochromatic Colors of #A63E2F
Black with #A63E2F
Text Example
Text Example
White with #A63E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63E2F; }
p { color: rgb(166,62,47); }
H1.HeaderClassName
{
color: #A63E2F;
}
.AnyTagClassName
{
color: #A63E2F;
}
</style>
background-color css
<style>
a { background-color: #A63E2F; }
a { background-color: rgb(166,62,47); }
div.DivClassName
{
background-color: #A63E2F;
}
.BgClassName
{
background-color: #A63E2F;
}
</style>
border-color css
<style>
span { border-color: #A63E2F; }
span { border-color: rgb(166,62,47); }
td.TdClassName
{
border-color: #A63E2F;
}
.TagClassName
{
border-color: #A63E2F;
}
</style>