Shades of Medium Carmine #B7403B
Tints of Medium Carmine #B7403B
RGB
CMYK
RGB Variations
Color information
#B7403B (or 0xB7403B) is known color: Medium Carmine. HEX triplet: B7, 40 and 3B. RGB value is (183,64,59). Sum of RGB (Red+Green+Blue) = 183+64+59=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B7403B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7403B is #48BFC4. Grayscale: #636363. Windows color (decimal): -4767685 or 3883191. OLE color: 3883191.
HSL color Cylindrical-coordinate representation of color #B7403B: hue angle of 2.42º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B7403B is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 59 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.28 |
| HSL | 2.42º | 0.51% | 0.47% | - |
| HSV(B) | 2.42º | 0.68% | 0.72% | - |
| XYZ | 22.15 | 14.05 | 5.68 | - |
| YUV | 99.01 | 105.42 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 59 | 0 | 0.65 | 0.68 | 0.28 | 2.42 | 0.51 | 0.47 |
| Hex | B7 | 40 | 3B | 0 | 41 | 44 | 1C | 2 | 33 | 2F |
| Octal | 267 | 100 | 73 | 0 | 101 | 104 | 34 | 2 | 63 | 57 |
| Binary | 10110111 | 1000000 | 111011 | 0 | 1000001 | 1000100 | 11100 | 10 | 110011 | 101111 |
Color Harmonies of #B7403B
Complementary color
Monochromatic Colors of #B7403B
Black with #B7403B
Text Example
Text Example
White with #B7403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7403B; }
p { color: rgb(183,64,59); }
H1.HeaderClassName
{
color: #B7403B;
}
.AnyTagClassName
{
color: #B7403B;
}
</style>
background-color css
<style>
a { background-color: #B7403B; }
a { background-color: rgb(183,64,59); }
div.DivClassName
{
background-color: #B7403B;
}
.BgClassName
{
background-color: #B7403B;
}
</style>
border-color css
<style>
span { border-color: #B7403B; }
span { border-color: rgb(183,64,59); }
td.TdClassName
{
border-color: #B7403B;
}
.TagClassName
{
border-color: #B7403B;
}
</style>