Shades of Medium Carmine #B83C38
Tints of Medium Carmine #B83C38
RGB
CMYK
RGB Variations
Color information
#B83C38 (or 0xB83C38) is known color: Medium Carmine. HEX triplet: B8, 3C and 38. RGB value is (184,60,56). Sum of RGB (Red+Green+Blue) = 184+60+56=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83C38 is #47C3C7. Grayscale: #606060. Windows color (decimal): -4703176 or 3685560. OLE color: 3685560.
HSL color Cylindrical-coordinate representation of color #B83C38: hue angle of 1.88º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83C38 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 60 | 56 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.28 |
| HSL | 1.88º | 0.53% | 0.47% | - |
| HSV(B) | 1.88º | 0.7% | 0.72% | - |
| XYZ | 22.1 | 13.71 | 5.22 | - |
| YUV | 96.62 | 105.08 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 56 | 0 | 0.67 | 0.70 | 0.28 | 1.88 | 0.53 | 0.47 |
| Hex | B8 | 3C | 38 | 0 | 43 | 46 | 1C | 2 | 35 | 2F |
| Octal | 270 | 74 | 70 | 0 | 103 | 106 | 34 | 2 | 65 | 57 |
| Binary | 10111000 | 111100 | 111000 | 0 | 1000011 | 1000110 | 11100 | 10 | 110101 | 101111 |
Color Harmonies of #B83C38
Complementary color
Monochromatic Colors of #B83C38
Black with #B83C38
Text Example
Text Example
White with #B83C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83C38; }
p { color: rgb(184,60,56); }
H1.HeaderClassName
{
color: #B83C38;
}
.AnyTagClassName
{
color: #B83C38;
}
</style>
background-color css
<style>
a { background-color: #B83C38; }
a { background-color: rgb(184,60,56); }
div.DivClassName
{
background-color: #B83C38;
}
.BgClassName
{
background-color: #B83C38;
}
</style>
border-color css
<style>
span { border-color: #B83C38; }
span { border-color: rgb(184,60,56); }
td.TdClassName
{
border-color: #B83C38;
}
.TagClassName
{
border-color: #B83C38;
}
</style>