Shades of Medium Carmine #B83F27
Tints of Medium Carmine #B83F27
RGB
CMYK
RGB Variations
Color information
#B83F27 (or 0xB83F27) is known color: Medium Carmine. HEX triplet: B8, 3F and 27. RGB value is (184,63,39). Sum of RGB (Red+Green+Blue) = 184+63+39=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83F27 is #47C0D8. Grayscale: #606060. Windows color (decimal): -4702425 or 2572216. OLE color: 2572216.
HSL color Cylindrical-coordinate representation of color #B83F27: hue angle of 9.93º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B83F27 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 63 | 39 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.28 |
| HSL | 9.93º | 0.65% | 0.44% | - |
| HSV(B) | 9.93º | 0.79% | 0.72% | - |
| XYZ | 21.91 | 13.89 | 3.45 | - |
| YUV | 96.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 39 | 0 | 0.66 | 0.79 | 0.28 | 9.93 | 0.65 | 0.44 |
| Hex | B8 | 3F | 27 | 0 | 42 | 4F | 1C | A | 41 | 2C |
| Octal | 270 | 77 | 47 | 0 | 102 | 117 | 34 | 12 | 101 | 54 |
| Binary | 10111000 | 111111 | 100111 | 0 | 1000010 | 1001111 | 11100 | 1010 | 1000001 | 101100 |
Color Harmonies of #B83F27
Complementary color
Monochromatic Colors of #B83F27
Black with #B83F27
Text Example
Text Example
White with #B83F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83F27; }
p { color: rgb(184,63,39); }
H1.HeaderClassName
{
color: #B83F27;
}
.AnyTagClassName
{
color: #B83F27;
}
</style>
background-color css
<style>
a { background-color: #B83F27; }
a { background-color: rgb(184,63,39); }
div.DivClassName
{
background-color: #B83F27;
}
.BgClassName
{
background-color: #B83F27;
}
</style>
border-color css
<style>
span { border-color: #B83F27; }
span { border-color: rgb(184,63,39); }
td.TdClassName
{
border-color: #B83F27;
}
.TagClassName
{
border-color: #B83F27;
}
</style>