Shades of Medium Carmine #B9403C
Tints of Medium Carmine #B9403C
RGB
CMYK
RGB Variations
Color information
#B9403C (or 0xB9403C) is known color: Medium Carmine. HEX triplet: B9, 40 and 3C. RGB value is (185,64,60). Sum of RGB (Red+Green+Blue) = 185+64+60=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B9403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9403C is #46BFC3. Grayscale: #636363. Windows color (decimal): -4636612 or 3948729. OLE color: 3948729.
HSL color Cylindrical-coordinate representation of color #B9403C: hue angle of 1.92º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9403C is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 60 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.27 |
| HSL | 1.92º | 0.51% | 0.48% | - |
| HSV(B) | 1.92º | 0.68% | 0.73% | - |
| XYZ | 22.66 | 14.31 | 5.84 | - |
| YUV | 99.72 | 105.59 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 60 | 0 | 0.65 | 0.68 | 0.27 | 1.92 | 0.51 | 0.48 |
| Hex | B9 | 40 | 3C | 0 | 41 | 44 | 1B | 2 | 33 | 30 |
| Octal | 271 | 100 | 74 | 0 | 101 | 104 | 33 | 2 | 63 | 60 |
| Binary | 10111001 | 1000000 | 111100 | 0 | 1000001 | 1000100 | 11011 | 10 | 110011 | 110000 |
Color Harmonies of #B9403C
Complementary color
Monochromatic Colors of #B9403C
Black with #B9403C
Text Example
Text Example
White with #B9403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9403C; }
p { color: rgb(185,64,60); }
H1.HeaderClassName
{
color: #B9403C;
}
.AnyTagClassName
{
color: #B9403C;
}
</style>
background-color css
<style>
a { background-color: #B9403C; }
a { background-color: rgb(185,64,60); }
div.DivClassName
{
background-color: #B9403C;
}
.BgClassName
{
background-color: #B9403C;
}
</style>
border-color css
<style>
span { border-color: #B9403C; }
span { border-color: rgb(185,64,60); }
td.TdClassName
{
border-color: #B9403C;
}
.TagClassName
{
border-color: #B9403C;
}
</style>