Shades of Medium Carmine #B83C30
Tints of Medium Carmine #B83C30
RGB
CMYK
RGB Variations
Color information
#B83C30 (or 0xB83C30) is known color: Medium Carmine. HEX triplet: B8, 3C and 30. RGB value is (184,60,48). Sum of RGB (Red+Green+Blue) = 184+60+48=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83C30 is #47C3CF. Grayscale: #5F5F5F. Windows color (decimal): -4703184 or 3161272. OLE color: 3161272.
HSL color Cylindrical-coordinate representation of color #B83C30: hue angle of 5.29º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B83C30 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 60 | 48 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.28 |
| HSL | 5.29º | 0.59% | 0.45% | - |
| HSV(B) | 5.29º | 0.74% | 0.72% | - |
| XYZ | 21.92 | 13.64 | 4.27 | - |
| YUV | 95.71 | 101.08 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 48 | 0 | 0.67 | 0.74 | 0.28 | 5.29 | 0.59 | 0.45 |
| Hex | B8 | 3C | 30 | 0 | 43 | 4A | 1C | 5 | 3B | 2D |
| Octal | 270 | 74 | 60 | 0 | 103 | 112 | 34 | 5 | 73 | 55 |
| Binary | 10111000 | 111100 | 110000 | 0 | 1000011 | 1001010 | 11100 | 101 | 111011 | 101101 |
Color Harmonies of #B83C30
Complementary color
Monochromatic Colors of #B83C30
Black with #B83C30
Text Example
Text Example
White with #B83C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83C30; }
p { color: rgb(184,60,48); }
H1.HeaderClassName
{
color: #B83C30;
}
.AnyTagClassName
{
color: #B83C30;
}
</style>
background-color css
<style>
a { background-color: #B83C30; }
a { background-color: rgb(184,60,48); }
div.DivClassName
{
background-color: #B83C30;
}
.BgClassName
{
background-color: #B83C30;
}
</style>
border-color css
<style>
span { border-color: #B83C30; }
span { border-color: rgb(184,60,48); }
td.TdClassName
{
border-color: #B83C30;
}
.TagClassName
{
border-color: #B83C30;
}
</style>