Shades of Medium Carmine #B7402E
Tints of Medium Carmine #B7402E
RGB
CMYK
RGB Variations
Color information
#B7402E (or 0xB7402E) is known color: Medium Carmine. HEX triplet: B7, 40 and 2E. RGB value is (183,64,46). Sum of RGB (Red+Green+Blue) = 183+64+46=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B7402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7402E is #48BFD1. Grayscale: #616161. Windows color (decimal): -4767698 or 3031223. OLE color: 3031223.
HSL color Cylindrical-coordinate representation of color #B7402E: hue angle of 7.88º 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 #B7402E is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 46 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.28 |
| HSL | 7.88º | 0.6% | 0.45% | - |
| HSV(B) | 7.88º | 0.75% | 0.72% | - |
| XYZ | 21.85 | 13.93 | 4.12 | - |
| YUV | 97.53 | 98.92 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 46 | 0 | 0.65 | 0.75 | 0.28 | 7.88 | 0.6 | 0.45 |
| Hex | B7 | 40 | 2E | 0 | 41 | 4B | 1C | 8 | 3C | 2D |
| Octal | 267 | 100 | 56 | 0 | 101 | 113 | 34 | 10 | 74 | 55 |
| Binary | 10110111 | 1000000 | 101110 | 0 | 1000001 | 1001011 | 11100 | 1000 | 111100 | 101101 |
Color Harmonies of #B7402E
Complementary color
Monochromatic Colors of #B7402E
Black with #B7402E
Text Example
Text Example
White with #B7402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7402E; }
p { color: rgb(183,64,46); }
H1.HeaderClassName
{
color: #B7402E;
}
.AnyTagClassName
{
color: #B7402E;
}
</style>
background-color css
<style>
a { background-color: #B7402E; }
a { background-color: rgb(183,64,46); }
div.DivClassName
{
background-color: #B7402E;
}
.BgClassName
{
background-color: #B7402E;
}
</style>
border-color css
<style>
span { border-color: #B7402E; }
span { border-color: rgb(183,64,46); }
td.TdClassName
{
border-color: #B7402E;
}
.TagClassName
{
border-color: #B7402E;
}
</style>