Shades of Medium Carmine #B9463C
Tints of Medium Carmine #B9463C
RGB
CMYK
RGB Variations
Color information
#B9463C (or 0xB9463C) is known color: Medium Carmine. HEX triplet: B9, 46 and 3C. RGB value is (185,70,60). Sum of RGB (Red+Green+Blue) = 185+70+60=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9463C is #46B9C3. Grayscale: #676767. Windows color (decimal): -4635076 or 3950265. OLE color: 3950265.
HSL color Cylindrical-coordinate representation of color #B9463C: hue angle of 4.8º 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 #B9463C is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 60 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.27 |
| HSL | 4.8º | 0.51% | 0.48% | - |
| HSV(B) | 4.8º | 0.68% | 0.73% | - |
| XYZ | 23.01 | 15.02 | 5.96 | - |
| YUV | 103.25 | 103.6 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 60 | 0 | 0.62 | 0.68 | 0.27 | 4.8 | 0.51 | 0.48 |
| Hex | B9 | 46 | 3C | 0 | 3E | 44 | 1B | 5 | 33 | 30 |
| Octal | 271 | 106 | 74 | 0 | 76 | 104 | 33 | 5 | 63 | 60 |
| Binary | 10111001 | 1000110 | 111100 | 0 | 111110 | 1000100 | 11011 | 101 | 110011 | 110000 |
Color Harmonies of #B9463C
Complementary color
Monochromatic Colors of #B9463C
Black with #B9463C
Text Example
Text Example
White with #B9463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9463C; }
p { color: rgb(185,70,60); }
H1.HeaderClassName
{
color: #B9463C;
}
.AnyTagClassName
{
color: #B9463C;
}
</style>
background-color css
<style>
a { background-color: #B9463C; }
a { background-color: rgb(185,70,60); }
div.DivClassName
{
background-color: #B9463C;
}
.BgClassName
{
background-color: #B9463C;
}
</style>
border-color css
<style>
span { border-color: #B9463C; }
span { border-color: rgb(185,70,60); }
td.TdClassName
{
border-color: #B9463C;
}
.TagClassName
{
border-color: #B9463C;
}
</style>