Shades of Medium Carmine #B9342A
Tints of Medium Carmine #B9342A
RGB
CMYK
RGB Variations
Color information
#B9342A (or 0xB9342A) is known color: Medium Carmine. HEX triplet: B9, 34 and 2A. RGB value is (185,52,42). Sum of RGB (Red+Green+Blue) = 185+52+42=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B9342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9342A is #46CBD5. Grayscale: #5A5A5A. Windows color (decimal): -4639702 or 2766009. OLE color: 2766009.
HSL color Cylindrical-coordinate representation of color #B9342A: hue angle of 4.2º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9342A is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 42 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.27 |
| HSL | 4.2º | 0.63% | 0.45% | - |
| HSV(B) | 4.2º | 0.77% | 0.73% | - |
| XYZ | 21.65 | 12.94 | 3.55 | - |
| YUV | 90.63 | 100.56 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 42 | 0 | 0.72 | 0.77 | 0.27 | 4.2 | 0.63 | 0.45 |
| Hex | B9 | 34 | 2A | 0 | 48 | 4D | 1B | 4 | 3F | 2D |
| Octal | 271 | 64 | 52 | 0 | 110 | 115 | 33 | 4 | 77 | 55 |
| Binary | 10111001 | 110100 | 101010 | 0 | 1001000 | 1001101 | 11011 | 100 | 111111 | 101101 |
Color Harmonies of #B9342A
Complementary color
Monochromatic Colors of #B9342A
Black with #B9342A
Text Example
Text Example
White with #B9342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9342A; }
p { color: rgb(185,52,42); }
H1.HeaderClassName
{
color: #B9342A;
}
.AnyTagClassName
{
color: #B9342A;
}
</style>
background-color css
<style>
a { background-color: #B9342A; }
a { background-color: rgb(185,52,42); }
div.DivClassName
{
background-color: #B9342A;
}
.BgClassName
{
background-color: #B9342A;
}
</style>
border-color css
<style>
span { border-color: #B9342A; }
span { border-color: rgb(185,52,42); }
td.TdClassName
{
border-color: #B9342A;
}
.TagClassName
{
border-color: #B9342A;
}
</style>