Shades of Medium Carmine #B7403E
Tints of Medium Carmine #B7403E
RGB
CMYK
RGB Variations
Color information
#B7403E (or 0xB7403E) is known color: Medium Carmine. HEX triplet: B7, 40 and 3E. RGB value is (183,64,62). Sum of RGB (Red+Green+Blue) = 183+64+62=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B7403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7403E is #48BFC1. Grayscale: #636363. Windows color (decimal): -4767682 or 4079799. OLE color: 4079799.
HSL color Cylindrical-coordinate representation of color #B7403E: hue angle of 0.99º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7403E is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 62 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.28 |
| HSL | 0.99º | 0.49% | 0.48% | - |
| HSV(B) | 0.99º | 0.66% | 0.72% | - |
| XYZ | 22.23 | 14.08 | 6.1 | - |
| YUV | 99.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 62 | 0 | 0.65 | 0.66 | 0.28 | 0.99 | 0.49 | 0.48 |
| Hex | B7 | 40 | 3E | 0 | 41 | 42 | 1C | 1 | 31 | 30 |
| Octal | 267 | 100 | 76 | 0 | 101 | 102 | 34 | 1 | 61 | 60 |
| Binary | 10110111 | 1000000 | 111110 | 0 | 1000001 | 1000010 | 11100 | 1 | 110001 | 110000 |
Color Harmonies of #B7403E
Complementary color
Monochromatic Colors of #B7403E
Black with #B7403E
Text Example
Text Example
White with #B7403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7403E; }
p { color: rgb(183,64,62); }
H1.HeaderClassName
{
color: #B7403E;
}
.AnyTagClassName
{
color: #B7403E;
}
</style>
background-color css
<style>
a { background-color: #B7403E; }
a { background-color: rgb(183,64,62); }
div.DivClassName
{
background-color: #B7403E;
}
.BgClassName
{
background-color: #B7403E;
}
</style>
border-color css
<style>
span { border-color: #B7403E; }
span { border-color: rgb(183,64,62); }
td.TdClassName
{
border-color: #B7403E;
}
.TagClassName
{
border-color: #B7403E;
}
</style>