Shades of Medium Carmine #B84230
Tints of Medium Carmine #B84230
RGB
CMYK
RGB Variations
Color information
#B84230 (or 0xB84230) is known color: Medium Carmine. HEX triplet: B8, 42 and 30. RGB value is (184,66,48). Sum of RGB (Red+Green+Blue) = 184+66+48=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B84230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84230 is #47BDCF. Grayscale: #636363. Windows color (decimal): -4701648 or 3162808. OLE color: 3162808.
HSL color Cylindrical-coordinate representation of color #B84230: hue angle of 7.94º degrees, saturation: 0.59, 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 #B84230 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 48 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.28 |
| HSL | 7.94º | 0.59% | 0.45% | - |
| HSV(B) | 7.94º | 0.74% | 0.72% | - |
| XYZ | 22.25 | 14.3 | 4.38 | - |
| YUV | 99.23 | 99.09 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 48 | 0 | 0.64 | 0.74 | 0.28 | 7.94 | 0.59 | 0.45 |
| Hex | B8 | 42 | 30 | 0 | 40 | 4A | 1C | 8 | 3B | 2D |
| Octal | 270 | 102 | 60 | 0 | 100 | 112 | 34 | 10 | 73 | 55 |
| Binary | 10111000 | 1000010 | 110000 | 0 | 1000000 | 1001010 | 11100 | 1000 | 111011 | 101101 |
Color Harmonies of #B84230
Complementary color
Monochromatic Colors of #B84230
Black with #B84230
Text Example
Text Example
White with #B84230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84230; }
p { color: rgb(184,66,48); }
H1.HeaderClassName
{
color: #B84230;
}
.AnyTagClassName
{
color: #B84230;
}
</style>
background-color css
<style>
a { background-color: #B84230; }
a { background-color: rgb(184,66,48); }
div.DivClassName
{
background-color: #B84230;
}
.BgClassName
{
background-color: #B84230;
}
</style>
border-color css
<style>
span { border-color: #B84230; }
span { border-color: rgb(184,66,48); }
td.TdClassName
{
border-color: #B84230;
}
.TagClassName
{
border-color: #B84230;
}
</style>