Shades of Medium Carmine #A63B36
Tints of Medium Carmine #A63B36
RGB
CMYK
RGB Variations
Color information
#A63B36 (or 0xA63B36) is known color: Medium Carmine. HEX triplet: A6, 3B and 36. RGB value is (166,59,54). Sum of RGB (Red+Green+Blue) = 166+59+54=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63B36 is #59C4C9. Grayscale: #5A5A5A. Windows color (decimal): -5883082 or 3554214. OLE color: 3554214.
HSL color Cylindrical-coordinate representation of color #A63B36: hue angle of 2.68º degrees, saturation: 0.51, 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 #A63B36 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 59 | 54 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.35 |
| HSL | 2.68º | 0.51% | 0.43% | - |
| HSV(B) | 2.68º | 0.67% | 0.65% | - |
| XYZ | 17.96 | 11.5 | 4.76 | - |
| YUV | 90.42 | 107.45 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 54 | 0 | 0.64 | 0.67 | 0.35 | 2.68 | 0.51 | 0.43 |
| Hex | A6 | 3B | 36 | 0 | 40 | 43 | 23 | 3 | 33 | 2B |
| Octal | 246 | 73 | 66 | 0 | 100 | 103 | 43 | 3 | 63 | 53 |
| Binary | 10100110 | 111011 | 110110 | 0 | 1000000 | 1000011 | 100011 | 11 | 110011 | 101011 |
Color Harmonies of #A63B36
Complementary color
Monochromatic Colors of #A63B36
Black with #A63B36
Text Example
Text Example
White with #A63B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63B36; }
p { color: rgb(166,59,54); }
H1.HeaderClassName
{
color: #A63B36;
}
.AnyTagClassName
{
color: #A63B36;
}
</style>
background-color css
<style>
a { background-color: #A63B36; }
a { background-color: rgb(166,59,54); }
div.DivClassName
{
background-color: #A63B36;
}
.BgClassName
{
background-color: #A63B36;
}
</style>
border-color css
<style>
span { border-color: #A63B36; }
span { border-color: rgb(166,59,54); }
td.TdClassName
{
border-color: #A63B36;
}
.TagClassName
{
border-color: #A63B36;
}
</style>