Shades of Medium Carmine #B7462D
Tints of Medium Carmine #B7462D
RGB
CMYK
RGB Variations
Color information
#B7462D (or 0xB7462D) is known color: Medium Carmine. HEX triplet: B7, 46 and 2D. RGB value is (183,70,45). Sum of RGB (Red+Green+Blue) = 183+70+45=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B7462D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7462D is #48B9D2. Grayscale: #656565. Windows color (decimal): -4766163 or 2967223. OLE color: 2967223.
HSL color Cylindrical-coordinate representation of color #B7462D: hue angle of 10.87º degrees, saturation: 0.61, 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 #B7462D is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 45 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.28 |
| HSL | 10.87º | 0.61% | 0.45% | - |
| HSV(B) | 10.87º | 0.75% | 0.72% | - |
| XYZ | 22.19 | 14.64 | 4.14 | - |
| YUV | 100.94 | 96.44 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 45 | 0 | 0.62 | 0.75 | 0.28 | 10.87 | 0.61 | 0.45 |
| Hex | B7 | 46 | 2D | 0 | 3E | 4B | 1C | B | 3D | 2D |
| Octal | 267 | 106 | 55 | 0 | 76 | 113 | 34 | 13 | 75 | 55 |
| Binary | 10110111 | 1000110 | 101101 | 0 | 111110 | 1001011 | 11100 | 1011 | 111101 | 101101 |
Color Harmonies of #B7462D
Complementary color
Monochromatic Colors of #B7462D
Black with #B7462D
Text Example
Text Example
White with #B7462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7462D; }
p { color: rgb(183,70,45); }
H1.HeaderClassName
{
color: #B7462D;
}
.AnyTagClassName
{
color: #B7462D;
}
</style>
background-color css
<style>
a { background-color: #B7462D; }
a { background-color: rgb(183,70,45); }
div.DivClassName
{
background-color: #B7462D;
}
.BgClassName
{
background-color: #B7462D;
}
</style>
border-color css
<style>
span { border-color: #B7462D; }
span { border-color: rgb(183,70,45); }
td.TdClassName
{
border-color: #B7462D;
}
.TagClassName
{
border-color: #B7462D;
}
</style>