Shades of Medium Carmine #B83634
Tints of Medium Carmine #B83634
RGB
CMYK
RGB Variations
Color information
#B83634 (or 0xB83634) is known color: Medium Carmine. HEX triplet: B8, 36 and 34. RGB value is (184,54,52). Sum of RGB (Red+Green+Blue) = 184+54+52=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B83634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83634 is #47C9CB. Grayscale: #5C5C5C. Windows color (decimal): -4704716 or 3421880. OLE color: 3421880.
HSL color Cylindrical-coordinate representation of color #B83634: hue angle of 0.91º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83634 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 54 | 52 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.28 |
| HSL | 0.91º | 0.56% | 0.46% | - |
| HSV(B) | 0.91º | 0.72% | 0.72% | - |
| XYZ | 21.71 | 13.08 | 4.63 | - |
| YUV | 92.64 | 105.07 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 52 | 0 | 0.71 | 0.72 | 0.28 | 0.91 | 0.56 | 0.46 |
| Hex | B8 | 36 | 34 | 0 | 47 | 48 | 1C | 1 | 38 | 2E |
| Octal | 270 | 66 | 64 | 0 | 107 | 110 | 34 | 1 | 70 | 56 |
| Binary | 10111000 | 110110 | 110100 | 0 | 1000111 | 1001000 | 11100 | 1 | 111000 | 101110 |
Color Harmonies of #B83634
Complementary color
Monochromatic Colors of #B83634
Black with #B83634
Text Example
Text Example
White with #B83634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83634; }
p { color: rgb(184,54,52); }
H1.HeaderClassName
{
color: #B83634;
}
.AnyTagClassName
{
color: #B83634;
}
</style>
background-color css
<style>
a { background-color: #B83634; }
a { background-color: rgb(184,54,52); }
div.DivClassName
{
background-color: #B83634;
}
.BgClassName
{
background-color: #B83634;
}
</style>
border-color css
<style>
span { border-color: #B83634; }
span { border-color: rgb(184,54,52); }
td.TdClassName
{
border-color: #B83634;
}
.TagClassName
{
border-color: #B83634;
}
</style>