Shades of Medium Carmine #A63F35
Tints of Medium Carmine #A63F35
RGB
CMYK
RGB Variations
Color information
#A63F35 (or 0xA63F35) is known color: Medium Carmine. HEX triplet: A6, 3F and 35. RGB value is (166,63,53). Sum of RGB (Red+Green+Blue) = 166+63+53=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63F35 is #59C0CA. Grayscale: #5C5C5C. Windows color (decimal): -5882059 or 3489702. OLE color: 3489702.
HSL color Cylindrical-coordinate representation of color #A63F35: hue angle of 5.31º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A63F35 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 63 | 53 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.35 |
| HSL | 5.31º | 0.52% | 0.43% | - |
| HSV(B) | 5.31º | 0.68% | 0.65% | - |
| XYZ | 18.15 | 11.92 | 4.71 | - |
| YUV | 92.66 | 105.62 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 53 | 0 | 0.62 | 0.68 | 0.35 | 5.31 | 0.52 | 0.43 |
| Hex | A6 | 3F | 35 | 0 | 3E | 44 | 23 | 5 | 34 | 2B |
| Octal | 246 | 77 | 65 | 0 | 76 | 104 | 43 | 5 | 64 | 53 |
| Binary | 10100110 | 111111 | 110101 | 0 | 111110 | 1000100 | 100011 | 101 | 110100 | 101011 |
Color Harmonies of #A63F35
Complementary color
Monochromatic Colors of #A63F35
Black with #A63F35
Text Example
Text Example
White with #A63F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63F35; }
p { color: rgb(166,63,53); }
H1.HeaderClassName
{
color: #A63F35;
}
.AnyTagClassName
{
color: #A63F35;
}
</style>
background-color css
<style>
a { background-color: #A63F35; }
a { background-color: rgb(166,63,53); }
div.DivClassName
{
background-color: #A63F35;
}
.BgClassName
{
background-color: #A63F35;
}
</style>
border-color css
<style>
span { border-color: #A63F35; }
span { border-color: rgb(166,63,53); }
td.TdClassName
{
border-color: #A63F35;
}
.TagClassName
{
border-color: #A63F35;
}
</style>