Shades of Medium Carmine #A63F2F
Tints of Medium Carmine #A63F2F
RGB
CMYK
RGB Variations
Color information
#A63F2F (or 0xA63F2F) is known color: Medium Carmine. HEX triplet: A6, 3F and 2F. RGB value is (166,63,47). Sum of RGB (Red+Green+Blue) = 166+63+47=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63F2F is #59C0D0. Grayscale: #5C5C5C. Windows color (decimal): -5882065 or 3096486. OLE color: 3096486.
HSL color Cylindrical-coordinate representation of color #A63F2F: hue angle of 8.07º 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 #A63F2F is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 63 | 47 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.35 |
| HSL | 8.07º | 0.56% | 0.42% | - |
| HSV(B) | 8.07º | 0.72% | 0.65% | - |
| XYZ | 18.02 | 11.87 | 4.03 | - |
| YUV | 91.97 | 102.62 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 47 | 0 | 0.62 | 0.72 | 0.35 | 8.07 | 0.56 | 0.42 |
| Hex | A6 | 3F | 2F | 0 | 3E | 48 | 23 | 8 | 38 | 2A |
| Octal | 246 | 77 | 57 | 0 | 76 | 110 | 43 | 10 | 70 | 52 |
| Binary | 10100110 | 111111 | 101111 | 0 | 111110 | 1001000 | 100011 | 1000 | 111000 | 101010 |
Color Harmonies of #A63F2F
Complementary color
Monochromatic Colors of #A63F2F
Black with #A63F2F
Text Example
Text Example
White with #A63F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63F2F; }
p { color: rgb(166,63,47); }
H1.HeaderClassName
{
color: #A63F2F;
}
.AnyTagClassName
{
color: #A63F2F;
}
</style>
background-color css
<style>
a { background-color: #A63F2F; }
a { background-color: rgb(166,63,47); }
div.DivClassName
{
background-color: #A63F2F;
}
.BgClassName
{
background-color: #A63F2F;
}
</style>
border-color css
<style>
span { border-color: #A63F2F; }
span { border-color: rgb(166,63,47); }
td.TdClassName
{
border-color: #A63F2F;
}
.TagClassName
{
border-color: #A63F2F;
}
</style>