Shades of Medium Carmine #A63F37
Tints of Medium Carmine #A63F37
RGB
CMYK
RGB Variations
Color information
#A63F37 (or 0xA63F37) is known color: Medium Carmine. HEX triplet: A6, 3F and 37. RGB value is (166,63,55). Sum of RGB (Red+Green+Blue) = 166+63+55=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63F37 is #59C0C8. Grayscale: #5D5D5D. Windows color (decimal): -5882057 or 3620774. OLE color: 3620774.
HSL color Cylindrical-coordinate representation of color #A63F37: hue angle of 4.32º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A63F37 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 63 | 55 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.35 |
| HSL | 4.32º | 0.5% | 0.43% | - |
| HSV(B) | 4.32º | 0.67% | 0.65% | - |
| XYZ | 18.19 | 11.94 | 4.96 | - |
| YUV | 92.89 | 106.62 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 55 | 0 | 0.62 | 0.67 | 0.35 | 4.32 | 0.5 | 0.43 |
| Hex | A6 | 3F | 37 | 0 | 3E | 43 | 23 | 4 | 32 | 2B |
| Octal | 246 | 77 | 67 | 0 | 76 | 103 | 43 | 4 | 62 | 53 |
| Binary | 10100110 | 111111 | 110111 | 0 | 111110 | 1000011 | 100011 | 100 | 110010 | 101011 |
Color Harmonies of #A63F37
Complementary color
Monochromatic Colors of #A63F37
Black with #A63F37
Text Example
Text Example
White with #A63F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63F37; }
p { color: rgb(166,63,55); }
H1.HeaderClassName
{
color: #A63F37;
}
.AnyTagClassName
{
color: #A63F37;
}
</style>
background-color css
<style>
a { background-color: #A63F37; }
a { background-color: rgb(166,63,55); }
div.DivClassName
{
background-color: #A63F37;
}
.BgClassName
{
background-color: #A63F37;
}
</style>
border-color css
<style>
span { border-color: #A63F37; }
span { border-color: rgb(166,63,55); }
td.TdClassName
{
border-color: #A63F37;
}
.TagClassName
{
border-color: #A63F37;
}
</style>