Shades of Medium Carmine #B74630
Tints of Medium Carmine #B74630
RGB
CMYK
RGB Variations
Color information
#B74630 (or 0xB74630) is known color: Medium Carmine. HEX triplet: B7, 46 and 30. RGB value is (183,70,48). Sum of RGB (Red+Green+Blue) = 183+70+48=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B74630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74630 is #48B9CF. Grayscale: #656565. Windows color (decimal): -4766160 or 3163831. OLE color: 3163831.
HSL color Cylindrical-coordinate representation of color #B74630: hue angle of 9.78º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B74630 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 48 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.28 |
| HSL | 9.78º | 0.58% | 0.45% | - |
| HSV(B) | 9.78º | 0.74% | 0.72% | - |
| XYZ | 22.25 | 14.66 | 4.45 | - |
| YUV | 101.28 | 97.94 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 48 | 0 | 0.62 | 0.74 | 0.28 | 9.78 | 0.58 | 0.45 |
| Hex | B7 | 46 | 30 | 0 | 3E | 4A | 1C | A | 3A | 2D |
| Octal | 267 | 106 | 60 | 0 | 76 | 112 | 34 | 12 | 72 | 55 |
| Binary | 10110111 | 1000110 | 110000 | 0 | 111110 | 1001010 | 11100 | 1010 | 111010 | 101101 |
Color Harmonies of #B74630
Complementary color
Monochromatic Colors of #B74630
Black with #B74630
Text Example
Text Example
White with #B74630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74630; }
p { color: rgb(183,70,48); }
H1.HeaderClassName
{
color: #B74630;
}
.AnyTagClassName
{
color: #B74630;
}
</style>
background-color css
<style>
a { background-color: #B74630; }
a { background-color: rgb(183,70,48); }
div.DivClassName
{
background-color: #B74630;
}
.BgClassName
{
background-color: #B74630;
}
</style>
border-color css
<style>
span { border-color: #B74630; }
span { border-color: rgb(183,70,48); }
td.TdClassName
{
border-color: #B74630;
}
.TagClassName
{
border-color: #B74630;
}
</style>