Shades of Medium Carmine #B7402B
Tints of Medium Carmine #B7402B
RGB
CMYK
RGB Variations
Color information
#B7402B (or 0xB7402B) is known color: Medium Carmine. HEX triplet: B7, 40 and 2B. RGB value is (183,64,43). Sum of RGB (Red+Green+Blue) = 183+64+43=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B7402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7402B is #48BFD4. Grayscale: #616161. Windows color (decimal): -4767701 or 2834615. OLE color: 2834615.
HSL color Cylindrical-coordinate representation of color #B7402B: hue angle of 9º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7402B is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 43 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.28 |
| HSL | 9º | 0.62% | 0.44% | - |
| HSV(B) | 9º | 0.77% | 0.72% | - |
| XYZ | 21.8 | 13.91 | 3.82 | - |
| YUV | 97.19 | 97.42 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 43 | 0 | 0.65 | 0.77 | 0.28 | 9 | 0.62 | 0.44 |
| Hex | B7 | 40 | 2B | 0 | 41 | 4D | 1C | 9 | 3E | 2C |
| Octal | 267 | 100 | 53 | 0 | 101 | 115 | 34 | 11 | 76 | 54 |
| Binary | 10110111 | 1000000 | 101011 | 0 | 1000001 | 1001101 | 11100 | 1001 | 111110 | 101100 |
Color Harmonies of #B7402B
Complementary color
Monochromatic Colors of #B7402B
Black with #B7402B
Text Example
Text Example
White with #B7402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7402B; }
p { color: rgb(183,64,43); }
H1.HeaderClassName
{
color: #B7402B;
}
.AnyTagClassName
{
color: #B7402B;
}
</style>
background-color css
<style>
a { background-color: #B7402B; }
a { background-color: rgb(183,64,43); }
div.DivClassName
{
background-color: #B7402B;
}
.BgClassName
{
background-color: #B7402B;
}
</style>
border-color css
<style>
span { border-color: #B7402B; }
span { border-color: rgb(183,64,43); }
td.TdClassName
{
border-color: #B7402B;
}
.TagClassName
{
border-color: #B7402B;
}
</style>