Shades of Medium Carmine #B8413C
Tints of Medium Carmine #B8413C
RGB
CMYK
RGB Variations
Color information
#B8413C (or 0xB8413C) is known color: Medium Carmine. HEX triplet: B8, 41 and 3C. RGB value is (184,65,60). Sum of RGB (Red+Green+Blue) = 184+65+60=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B8413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8413C is #47BEC3. Grayscale: #646464. Windows color (decimal): -4701892 or 3948984. OLE color: 3948984.
HSL color Cylindrical-coordinate representation of color #B8413C: hue angle of 2.42º 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 #B8413C is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 60 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.28 |
| HSL | 2.42º | 0.51% | 0.48% | - |
| HSV(B) | 2.42º | 0.67% | 0.72% | - |
| XYZ | 22.47 | 14.3 | 5.85 | - |
| YUV | 100.01 | 105.42 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 60 | 0 | 0.65 | 0.67 | 0.28 | 2.42 | 0.51 | 0.48 |
| Hex | B8 | 41 | 3C | 0 | 41 | 43 | 1C | 2 | 33 | 30 |
| Octal | 270 | 101 | 74 | 0 | 101 | 103 | 34 | 2 | 63 | 60 |
| Binary | 10111000 | 1000001 | 111100 | 0 | 1000001 | 1000011 | 11100 | 10 | 110011 | 110000 |
Color Harmonies of #B8413C
Complementary color
Monochromatic Colors of #B8413C
Black with #B8413C
Text Example
Text Example
White with #B8413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8413C; }
p { color: rgb(184,65,60); }
H1.HeaderClassName
{
color: #B8413C;
}
.AnyTagClassName
{
color: #B8413C;
}
</style>
background-color css
<style>
a { background-color: #B8413C; }
a { background-color: rgb(184,65,60); }
div.DivClassName
{
background-color: #B8413C;
}
.BgClassName
{
background-color: #B8413C;
}
</style>
border-color css
<style>
span { border-color: #B8413C; }
span { border-color: rgb(184,65,60); }
td.TdClassName
{
border-color: #B8413C;
}
.TagClassName
{
border-color: #B8413C;
}
</style>