Shades of Medium Carmine #B9402D
Tints of Medium Carmine #B9402D
RGB
CMYK
RGB Variations
Color information
#B9402D (or 0xB9402D) is known color: Medium Carmine. HEX triplet: B9, 40 and 2D. RGB value is (185,64,45). Sum of RGB (Red+Green+Blue) = 185+64+45=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B9402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9402D is #46BFD2. Grayscale: #626262. Windows color (decimal): -4636627 or 2965689. OLE color: 2965689.
HSL color Cylindrical-coordinate representation of color #B9402D: hue angle of 8.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9402D is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 45 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.27 |
| HSL | 8.14º | 0.61% | 0.45% | - |
| HSV(B) | 8.14º | 0.76% | 0.73% | - |
| XYZ | 22.31 | 14.17 | 4.04 | - |
| YUV | 98.01 | 98.09 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 45 | 0 | 0.65 | 0.76 | 0.27 | 8.14 | 0.61 | 0.45 |
| Hex | B9 | 40 | 2D | 0 | 41 | 4C | 1B | 8 | 3D | 2D |
| Octal | 271 | 100 | 55 | 0 | 101 | 114 | 33 | 10 | 75 | 55 |
| Binary | 10111001 | 1000000 | 101101 | 0 | 1000001 | 1001100 | 11011 | 1000 | 111101 | 101101 |
Color Harmonies of #B9402D
Complementary color
Monochromatic Colors of #B9402D
Black with #B9402D
Text Example
Text Example
White with #B9402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9402D; }
p { color: rgb(185,64,45); }
H1.HeaderClassName
{
color: #B9402D;
}
.AnyTagClassName
{
color: #B9402D;
}
</style>
background-color css
<style>
a { background-color: #B9402D; }
a { background-color: rgb(185,64,45); }
div.DivClassName
{
background-color: #B9402D;
}
.BgClassName
{
background-color: #B9402D;
}
</style>
border-color css
<style>
span { border-color: #B9402D; }
span { border-color: rgb(185,64,45); }
td.TdClassName
{
border-color: #B9402D;
}
.TagClassName
{
border-color: #B9402D;
}
</style>