Shades of Medium Carmine #B0463A
Tints of Medium Carmine #B0463A
RGB
CMYK
RGB Variations
Color information
#B0463A (or 0xB0463A) is known color: Medium Carmine. HEX triplet: B0, 46 and 3A. RGB value is (176,70,58). Sum of RGB (Red+Green+Blue) = 176+70+58=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0463A is #4FB9C5. Grayscale: #646464. Windows color (decimal): -5224902 or 3819184. OLE color: 3819184.
HSL color Cylindrical-coordinate representation of color #B0463A: hue angle of 6.1º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0463A is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 58 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.31 |
| HSL | 6.1º | 0.5% | 0.46% | - |
| HSV(B) | 6.1º | 0.67% | 0.69% | - |
| XYZ | 20.86 | 13.92 | 5.59 | - |
| YUV | 100.33 | 104.12 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 58 | 0 | 0.60 | 0.67 | 0.31 | 6.1 | 0.5 | 0.46 |
| Hex | B0 | 46 | 3A | 0 | 3C | 43 | 1F | 6 | 32 | 2E |
| Octal | 260 | 106 | 72 | 0 | 74 | 103 | 37 | 6 | 62 | 56 |
| Binary | 10110000 | 1000110 | 111010 | 0 | 111100 | 1000011 | 11111 | 110 | 110010 | 101110 |
Color Harmonies of #B0463A
Complementary color
Monochromatic Colors of #B0463A
Black with #B0463A
Text Example
Text Example
White with #B0463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0463A; }
p { color: rgb(176,70,58); }
H1.HeaderClassName
{
color: #B0463A;
}
.AnyTagClassName
{
color: #B0463A;
}
</style>
background-color css
<style>
a { background-color: #B0463A; }
a { background-color: rgb(176,70,58); }
div.DivClassName
{
background-color: #B0463A;
}
.BgClassName
{
background-color: #B0463A;
}
</style>
border-color css
<style>
span { border-color: #B0463A; }
span { border-color: rgb(176,70,58); }
td.TdClassName
{
border-color: #B0463A;
}
.TagClassName
{
border-color: #B0463A;
}
</style>