Shades of Medium Carmine #A63B30
Tints of Medium Carmine #A63B30
RGB
CMYK
RGB Variations
Color information
#A63B30 (or 0xA63B30) is known color: Medium Carmine. HEX triplet: A6, 3B and 30. RGB value is (166,59,48). Sum of RGB (Red+Green+Blue) = 166+59+48=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63B30 is #59C4CF. Grayscale: #595959. Windows color (decimal): -5883088 or 3160998. OLE color: 3160998.
HSL color Cylindrical-coordinate representation of color #A63B30: hue angle of 5.59º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A63B30 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 59 | 48 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.35 |
| HSL | 5.59º | 0.55% | 0.42% | - |
| HSV(B) | 5.59º | 0.71% | 0.65% | - |
| XYZ | 17.82 | 11.45 | 4.07 | - |
| YUV | 89.74 | 104.45 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 48 | 0 | 0.64 | 0.71 | 0.35 | 5.59 | 0.55 | 0.42 |
| Hex | A6 | 3B | 30 | 0 | 40 | 47 | 23 | 6 | 37 | 2A |
| Octal | 246 | 73 | 60 | 0 | 100 | 107 | 43 | 6 | 67 | 52 |
| Binary | 10100110 | 111011 | 110000 | 0 | 1000000 | 1000111 | 100011 | 110 | 110111 | 101010 |
Color Harmonies of #A63B30
Complementary color
Monochromatic Colors of #A63B30
Black with #A63B30
Text Example
Text Example
White with #A63B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63B30; }
p { color: rgb(166,59,48); }
H1.HeaderClassName
{
color: #A63B30;
}
.AnyTagClassName
{
color: #A63B30;
}
</style>
background-color css
<style>
a { background-color: #A63B30; }
a { background-color: rgb(166,59,48); }
div.DivClassName
{
background-color: #A63B30;
}
.BgClassName
{
background-color: #A63B30;
}
</style>
border-color css
<style>
span { border-color: #A63B30; }
span { border-color: rgb(166,59,48); }
td.TdClassName
{
border-color: #A63B30;
}
.TagClassName
{
border-color: #A63B30;
}
</style>