Shades of Medium Carmine #B83C28
Tints of Medium Carmine #B83C28
RGB
CMYK
RGB Variations
Color information
#B83C28 (or 0xB83C28) is known color: Medium Carmine. HEX triplet: B8, 3C and 28. RGB value is (184,60,40). Sum of RGB (Red+Green+Blue) = 184+60+40=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83C28 is #47C3D7. Grayscale: #5F5F5F. Windows color (decimal): -4703192 or 2636984. OLE color: 2636984.
HSL color Cylindrical-coordinate representation of color #B83C28: hue angle of 8.33º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B83C28 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 60 | 40 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.28 |
| HSL | 8.33º | 0.64% | 0.44% | - |
| HSV(B) | 8.33º | 0.78% | 0.72% | - |
| XYZ | 21.77 | 13.58 | 3.48 | - |
| YUV | 94.8 | 97.08 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 40 | 0 | 0.67 | 0.78 | 0.28 | 8.33 | 0.64 | 0.44 |
| Hex | B8 | 3C | 28 | 0 | 43 | 4E | 1C | 8 | 40 | 2C |
| Octal | 270 | 74 | 50 | 0 | 103 | 116 | 34 | 10 | 100 | 54 |
| Binary | 10111000 | 111100 | 101000 | 0 | 1000011 | 1001110 | 11100 | 1000 | 1000000 | 101100 |
Color Harmonies of #B83C28
Complementary color
Monochromatic Colors of #B83C28
Black with #B83C28
Text Example
Text Example
White with #B83C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83C28; }
p { color: rgb(184,60,40); }
H1.HeaderClassName
{
color: #B83C28;
}
.AnyTagClassName
{
color: #B83C28;
}
</style>
background-color css
<style>
a { background-color: #B83C28; }
a { background-color: rgb(184,60,40); }
div.DivClassName
{
background-color: #B83C28;
}
.BgClassName
{
background-color: #B83C28;
}
</style>
border-color css
<style>
span { border-color: #B83C28; }
span { border-color: rgb(184,60,40); }
td.TdClassName
{
border-color: #B83C28;
}
.TagClassName
{
border-color: #B83C28;
}
</style>