Shades of Medium Carmine #B83F3C
Tints of Medium Carmine #B83F3C
RGB
CMYK
RGB Variations
Color information
#B83F3C (or 0xB83F3C) is known color: Medium Carmine. HEX triplet: B8, 3F and 3C. RGB value is (184,63,60). Sum of RGB (Red+Green+Blue) = 184+63+60=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83F3C is #47C0C3. Grayscale: #626262. Windows color (decimal): -4702404 or 3948472. OLE color: 3948472.
HSL color Cylindrical-coordinate representation of color #B83F3C: hue angle of 1.45º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83F3C is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 63 | 60 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.28 |
| HSL | 1.45º | 0.51% | 0.48% | - |
| HSV(B) | 1.45º | 0.67% | 0.72% | - |
| XYZ | 22.36 | 14.07 | 5.81 | - |
| YUV | 98.84 | 106.09 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 60 | 0 | 0.66 | 0.67 | 0.28 | 1.45 | 0.51 | 0.48 |
| Hex | B8 | 3F | 3C | 0 | 42 | 43 | 1C | 1 | 33 | 30 |
| Octal | 270 | 77 | 74 | 0 | 102 | 103 | 34 | 1 | 63 | 60 |
| Binary | 10111000 | 111111 | 111100 | 0 | 1000010 | 1000011 | 11100 | 1 | 110011 | 110000 |
Color Harmonies of #B83F3C
Complementary color
Monochromatic Colors of #B83F3C
Black with #B83F3C
Text Example
Text Example
White with #B83F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83F3C; }
p { color: rgb(184,63,60); }
H1.HeaderClassName
{
color: #B83F3C;
}
.AnyTagClassName
{
color: #B83F3C;
}
</style>
background-color css
<style>
a { background-color: #B83F3C; }
a { background-color: rgb(184,63,60); }
div.DivClassName
{
background-color: #B83F3C;
}
.BgClassName
{
background-color: #B83F3C;
}
</style>
border-color css
<style>
span { border-color: #B83F3C; }
span { border-color: rgb(184,63,60); }
td.TdClassName
{
border-color: #B83F3C;
}
.TagClassName
{
border-color: #B83F3C;
}
</style>