Shades of Medium Carmine #B74127
Tints of Medium Carmine #B74127
RGB
CMYK
RGB Variations
Color information
#B74127 (or 0xB74127) is known color: Medium Carmine. HEX triplet: B7, 41 and 27. RGB value is (183,65,39). Sum of RGB (Red+Green+Blue) = 183+65+39=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B74127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74127 is #48BED8. Grayscale: #616161. Windows color (decimal): -4767449 or 2572727. OLE color: 2572727.
HSL color Cylindrical-coordinate representation of color #B74127: hue angle of 10.83º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B74127 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 39 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.28 |
| HSL | 10.83º | 0.65% | 0.44% | - |
| HSV(B) | 10.83º | 0.79% | 0.72% | - |
| XYZ | 21.78 | 13.99 | 3.47 | - |
| YUV | 97.32 | 95.09 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 39 | 0 | 0.64 | 0.79 | 0.28 | 10.83 | 0.65 | 0.44 |
| Hex | B7 | 41 | 27 | 0 | 40 | 4F | 1C | B | 41 | 2C |
| Octal | 267 | 101 | 47 | 0 | 100 | 117 | 34 | 13 | 101 | 54 |
| Binary | 10110111 | 1000001 | 100111 | 0 | 1000000 | 1001111 | 11100 | 1011 | 1000001 | 101100 |
Color Harmonies of #B74127
Complementary color
Monochromatic Colors of #B74127
Black with #B74127
Text Example
Text Example
White with #B74127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74127; }
p { color: rgb(183,65,39); }
H1.HeaderClassName
{
color: #B74127;
}
.AnyTagClassName
{
color: #B74127;
}
</style>
background-color css
<style>
a { background-color: #B74127; }
a { background-color: rgb(183,65,39); }
div.DivClassName
{
background-color: #B74127;
}
.BgClassName
{
background-color: #B74127;
}
</style>
border-color css
<style>
span { border-color: #B74127; }
span { border-color: rgb(183,65,39); }
td.TdClassName
{
border-color: #B74127;
}
.TagClassName
{
border-color: #B74127;
}
</style>