Shades of Medium Carmine #A8463B
Tints of Medium Carmine #A8463B
RGB
CMYK
RGB Variations
Color information
#A8463B (or 0xA8463B) is known color: Medium Carmine. HEX triplet: A8, 46 and 3B. RGB value is (168,70,59). Sum of RGB (Red+Green+Blue) = 168+70+59=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A8463B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8463B is #57B9C4. Grayscale: #626262. Windows color (decimal): -5749189 or 3884712. OLE color: 3884712.
HSL color Cylindrical-coordinate representation of color #A8463B: hue angle of 6.06º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8463B is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 70 | 59 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.34 |
| HSL | 6.06º | 0.48% | 0.45% | - |
| HSV(B) | 6.06º | 0.65% | 0.66% | - |
| XYZ | 19.13 | 13.02 | 5.64 | - |
| YUV | 98.05 | 105.97 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 59 | 0 | 0.58 | 0.65 | 0.34 | 6.06 | 0.48 | 0.45 |
| Hex | A8 | 46 | 3B | 0 | 3A | 41 | 22 | 6 | 30 | 2D |
| Octal | 250 | 106 | 73 | 0 | 72 | 101 | 42 | 6 | 60 | 55 |
| Binary | 10101000 | 1000110 | 111011 | 0 | 111010 | 1000001 | 100010 | 110 | 110000 | 101101 |
Color Harmonies of #A8463B
Complementary color
Monochromatic Colors of #A8463B
Black with #A8463B
Text Example
Text Example
White with #A8463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8463B; }
p { color: rgb(168,70,59); }
H1.HeaderClassName
{
color: #A8463B;
}
.AnyTagClassName
{
color: #A8463B;
}
</style>
background-color css
<style>
a { background-color: #A8463B; }
a { background-color: rgb(168,70,59); }
div.DivClassName
{
background-color: #A8463B;
}
.BgClassName
{
background-color: #A8463B;
}
</style>
border-color css
<style>
span { border-color: #A8463B; }
span { border-color: rgb(168,70,59); }
td.TdClassName
{
border-color: #A8463B;
}
.TagClassName
{
border-color: #A8463B;
}
</style>