Shades of Medium Carmine #B7462E
Tints of Medium Carmine #B7462E
RGB
CMYK
RGB Variations
Color information
#B7462E (or 0xB7462E) is known color: Medium Carmine. HEX triplet: B7, 46 and 2E. RGB value is (183,70,46). Sum of RGB (Red+Green+Blue) = 183+70+46=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B7462E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7462E is #48B9D1. Grayscale: #656565. Windows color (decimal): -4766162 or 3032759. OLE color: 3032759.
HSL color Cylindrical-coordinate representation of color #B7462E: hue angle of 10.51º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7462E is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 46 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.28 |
| HSL | 10.51º | 0.6% | 0.45% | - |
| HSV(B) | 10.51º | 0.75% | 0.72% | - |
| XYZ | 22.21 | 14.64 | 4.24 | - |
| YUV | 101.05 | 96.94 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 46 | 0 | 0.62 | 0.75 | 0.28 | 10.51 | 0.6 | 0.45 |
| Hex | B7 | 46 | 2E | 0 | 3E | 4B | 1C | B | 3C | 2D |
| Octal | 267 | 106 | 56 | 0 | 76 | 113 | 34 | 13 | 74 | 55 |
| Binary | 10110111 | 1000110 | 101110 | 0 | 111110 | 1001011 | 11100 | 1011 | 111100 | 101101 |
Color Harmonies of #B7462E
Complementary color
Monochromatic Colors of #B7462E
Black with #B7462E
Text Example
Text Example
White with #B7462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7462E; }
p { color: rgb(183,70,46); }
H1.HeaderClassName
{
color: #B7462E;
}
.AnyTagClassName
{
color: #B7462E;
}
</style>
background-color css
<style>
a { background-color: #B7462E; }
a { background-color: rgb(183,70,46); }
div.DivClassName
{
background-color: #B7462E;
}
.BgClassName
{
background-color: #B7462E;
}
</style>
border-color css
<style>
span { border-color: #B7462E; }
span { border-color: rgb(183,70,46); }
td.TdClassName
{
border-color: #B7462E;
}
.TagClassName
{
border-color: #B7462E;
}
</style>