Shades of Medium Carmine #B83D23
Tints of Medium Carmine #B83D23
RGB
CMYK
RGB Variations
Color information
#B83D23 (or 0xB83D23) is known color: Medium Carmine. HEX triplet: B8, 3D and 23. RGB value is (184,61,35). Sum of RGB (Red+Green+Blue) = 184+61+35=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83D23 is #47C2DC. Grayscale: #5F5F5F. Windows color (decimal): -4702941 or 2309560. OLE color: 2309560.
HSL color Cylindrical-coordinate representation of color #B83D23: hue angle of 10.47º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B83D23 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 35 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.28 |
| HSL | 10.47º | 0.68% | 0.43% | - |
| HSV(B) | 10.47º | 0.81% | 0.72% | - |
| XYZ | 21.74 | 13.65 | 3.08 | - |
| YUV | 94.81 | 94.25 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 35 | 0 | 0.67 | 0.81 | 0.28 | 10.47 | 0.68 | 0.43 |
| Hex | B8 | 3D | 23 | 0 | 43 | 51 | 1C | A | 44 | 2B |
| Octal | 270 | 75 | 43 | 0 | 103 | 121 | 34 | 12 | 104 | 53 |
| Binary | 10111000 | 111101 | 100011 | 0 | 1000011 | 1010001 | 11100 | 1010 | 1000100 | 101011 |
Color Harmonies of #B83D23
Complementary color
Monochromatic Colors of #B83D23
Black with #B83D23
Text Example
Text Example
White with #B83D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D23; }
p { color: rgb(184,61,35); }
H1.HeaderClassName
{
color: #B83D23;
}
.AnyTagClassName
{
color: #B83D23;
}
</style>
background-color css
<style>
a { background-color: #B83D23; }
a { background-color: rgb(184,61,35); }
div.DivClassName
{
background-color: #B83D23;
}
.BgClassName
{
background-color: #B83D23;
}
</style>
border-color css
<style>
span { border-color: #B83D23; }
span { border-color: rgb(184,61,35); }
td.TdClassName
{
border-color: #B83D23;
}
.TagClassName
{
border-color: #B83D23;
}
</style>