Shades of Medium Carmine #B74139
Tints of Medium Carmine #B74139
RGB
CMYK
RGB Variations
Color information
#B74139 (or 0xB74139) is known color: Medium Carmine. HEX triplet: B7, 41 and 39. RGB value is (183,65,57). Sum of RGB (Red+Green+Blue) = 183+65+57=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B74139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74139 is #48BEC6. Grayscale: #636363. Windows color (decimal): -4767431 or 3752375. OLE color: 3752375.
HSL color Cylindrical-coordinate representation of color #B74139: hue angle of 3.81º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B74139 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 57 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.28 |
| HSL | 3.81º | 0.53% | 0.47% | - |
| HSV(B) | 3.81º | 0.69% | 0.72% | - |
| XYZ | 22.16 | 14.14 | 5.43 | - |
| YUV | 99.37 | 104.09 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 57 | 0 | 0.64 | 0.69 | 0.28 | 3.81 | 0.53 | 0.47 |
| Hex | B7 | 41 | 39 | 0 | 40 | 45 | 1C | 4 | 34 | 2F |
| Octal | 267 | 101 | 71 | 0 | 100 | 105 | 34 | 4 | 64 | 57 |
| Binary | 10110111 | 1000001 | 111001 | 0 | 1000000 | 1000101 | 11100 | 100 | 110100 | 101111 |
Color Harmonies of #B74139
Complementary color
Monochromatic Colors of #B74139
Black with #B74139
Text Example
Text Example
White with #B74139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74139; }
p { color: rgb(183,65,57); }
H1.HeaderClassName
{
color: #B74139;
}
.AnyTagClassName
{
color: #B74139;
}
</style>
background-color css
<style>
a { background-color: #B74139; }
a { background-color: rgb(183,65,57); }
div.DivClassName
{
background-color: #B74139;
}
.BgClassName
{
background-color: #B74139;
}
</style>
border-color css
<style>
span { border-color: #B74139; }
span { border-color: rgb(183,65,57); }
td.TdClassName
{
border-color: #B74139;
}
.TagClassName
{
border-color: #B74139;
}
</style>