Shades of Medium Carmine #B74436
Tints of Medium Carmine #B74436
RGB
CMYK
RGB Variations
Color information
#B74436 (or 0xB74436) is known color: Medium Carmine. HEX triplet: B7, 44 and 36. RGB value is (183,68,54). Sum of RGB (Red+Green+Blue) = 183+68+54=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B74436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74436 is #48BBC9. Grayscale: #646464. Windows color (decimal): -4766666 or 3556535. OLE color: 3556535.
HSL color Cylindrical-coordinate representation of color #B74436: hue angle of 6.51º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B74436 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 54 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.28 |
| HSL | 6.51º | 0.54% | 0.46% | - |
| HSV(B) | 6.51º | 0.7% | 0.72% | - |
| XYZ | 22.26 | 14.47 | 5.11 | - |
| YUV | 100.79 | 101.6 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 54 | 0 | 0.63 | 0.70 | 0.28 | 6.51 | 0.54 | 0.46 |
| Hex | B7 | 44 | 36 | 0 | 3F | 46 | 1C | 7 | 36 | 2E |
| Octal | 267 | 104 | 66 | 0 | 77 | 106 | 34 | 7 | 66 | 56 |
| Binary | 10110111 | 1000100 | 110110 | 0 | 111111 | 1000110 | 11100 | 111 | 110110 | 101110 |
Color Harmonies of #B74436
Complementary color
Monochromatic Colors of #B74436
Black with #B74436
Text Example
Text Example
White with #B74436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74436; }
p { color: rgb(183,68,54); }
H1.HeaderClassName
{
color: #B74436;
}
.AnyTagClassName
{
color: #B74436;
}
</style>
background-color css
<style>
a { background-color: #B74436; }
a { background-color: rgb(183,68,54); }
div.DivClassName
{
background-color: #B74436;
}
.BgClassName
{
background-color: #B74436;
}
</style>
border-color css
<style>
span { border-color: #B74436; }
span { border-color: rgb(183,68,54); }
td.TdClassName
{
border-color: #B74436;
}
.TagClassName
{
border-color: #B74436;
}
</style>