Shades of Medium Carmine #B74437
Tints of Medium Carmine #B74437
RGB
CMYK
RGB Variations
Color information
#B74437 (or 0xB74437) is known color: Medium Carmine. HEX triplet: B7, 44 and 37. RGB value is (183,68,55). Sum of RGB (Red+Green+Blue) = 183+68+55=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B74437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74437 is #48BBC8. Grayscale: #656565. Windows color (decimal): -4766665 or 3622071. OLE color: 3622071.
HSL color Cylindrical-coordinate representation of color #B74437: hue angle of 6.09º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B74437 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 55 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.28 |
| HSL | 6.09º | 0.54% | 0.47% | - |
| HSV(B) | 6.09º | 0.7% | 0.72% | - |
| XYZ | 22.29 | 14.48 | 5.23 | - |
| YUV | 100.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 55 | 0 | 0.63 | 0.70 | 0.28 | 6.09 | 0.54 | 0.47 |
| Hex | B7 | 44 | 37 | 0 | 3F | 46 | 1C | 6 | 36 | 2F |
| Octal | 267 | 104 | 67 | 0 | 77 | 106 | 34 | 6 | 66 | 57 |
| Binary | 10110111 | 1000100 | 110111 | 0 | 111111 | 1000110 | 11100 | 110 | 110110 | 101111 |
Color Harmonies of #B74437
Complementary color
Monochromatic Colors of #B74437
Black with #B74437
Text Example
Text Example
White with #B74437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74437; }
p { color: rgb(183,68,55); }
H1.HeaderClassName
{
color: #B74437;
}
.AnyTagClassName
{
color: #B74437;
}
</style>
background-color css
<style>
a { background-color: #B74437; }
a { background-color: rgb(183,68,55); }
div.DivClassName
{
background-color: #B74437;
}
.BgClassName
{
background-color: #B74437;
}
</style>
border-color css
<style>
span { border-color: #B74437; }
span { border-color: rgb(183,68,55); }
td.TdClassName
{
border-color: #B74437;
}
.TagClassName
{
border-color: #B74437;
}
</style>