Shades of Medium Carmine #B8403C
Tints of Medium Carmine #B8403C
RGB
CMYK
RGB Variations
Color information
#B8403C (or 0xB8403C) is known color: Medium Carmine. HEX triplet: B8, 40 and 3C. RGB value is (184,64,60). Sum of RGB (Red+Green+Blue) = 184+64+60=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B8403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8403C is #47BFC3. Grayscale: #636363. Windows color (decimal): -4702148 or 3948728. OLE color: 3948728.
HSL color Cylindrical-coordinate representation of color #B8403C: hue angle of 1.94º 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 #B8403C is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 60 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.28 |
| HSL | 1.94º | 0.51% | 0.48% | - |
| HSV(B) | 1.94º | 0.67% | 0.72% | - |
| XYZ | 22.42 | 14.18 | 5.83 | - |
| YUV | 99.42 | 105.76 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 60 | 0 | 0.65 | 0.67 | 0.28 | 1.94 | 0.51 | 0.48 |
| Hex | B8 | 40 | 3C | 0 | 41 | 43 | 1C | 2 | 33 | 30 |
| Octal | 270 | 100 | 74 | 0 | 101 | 103 | 34 | 2 | 63 | 60 |
| Binary | 10111000 | 1000000 | 111100 | 0 | 1000001 | 1000011 | 11100 | 10 | 110011 | 110000 |
Color Harmonies of #B8403C
Complementary color
Monochromatic Colors of #B8403C
Black with #B8403C
Text Example
Text Example
White with #B8403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8403C; }
p { color: rgb(184,64,60); }
H1.HeaderClassName
{
color: #B8403C;
}
.AnyTagClassName
{
color: #B8403C;
}
</style>
background-color css
<style>
a { background-color: #B8403C; }
a { background-color: rgb(184,64,60); }
div.DivClassName
{
background-color: #B8403C;
}
.BgClassName
{
background-color: #B8403C;
}
</style>
border-color css
<style>
span { border-color: #B8403C; }
span { border-color: rgb(184,64,60); }
td.TdClassName
{
border-color: #B8403C;
}
.TagClassName
{
border-color: #B8403C;
}
</style>