Shades of Medium Carmine #B9332A
Tints of Medium Carmine #B9332A
RGB
CMYK
RGB Variations
Color information
#B9332A (or 0xB9332A) is known color: Medium Carmine. HEX triplet: B9, 33 and 2A. RGB value is (185,51,42). Sum of RGB (Red+Green+Blue) = 185+51+42=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B9332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9332A is #46CCD5. Grayscale: #5A5A5A. Windows color (decimal): -4639958 or 2765753. OLE color: 2765753.
HSL color Cylindrical-coordinate representation of color #B9332A: hue angle of 3.78º 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 #B9332A is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 51 | 42 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.27 |
| HSL | 3.78º | 0.63% | 0.45% | - |
| HSV(B) | 3.78º | 0.77% | 0.73% | - |
| XYZ | 21.61 | 12.85 | 3.53 | - |
| YUV | 90.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 51 | 42 | 0 | 0.72 | 0.77 | 0.27 | 3.78 | 0.63 | 0.45 |
| Hex | B9 | 33 | 2A | 0 | 48 | 4D | 1B | 4 | 3F | 2D |
| Octal | 271 | 63 | 52 | 0 | 110 | 115 | 33 | 4 | 77 | 55 |
| Binary | 10111001 | 110011 | 101010 | 0 | 1001000 | 1001101 | 11011 | 100 | 111111 | 101101 |
Color Harmonies of #B9332A
Complementary color
Monochromatic Colors of #B9332A
Black with #B9332A
Text Example
Text Example
White with #B9332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9332A; }
p { color: rgb(185,51,42); }
H1.HeaderClassName
{
color: #B9332A;
}
.AnyTagClassName
{
color: #B9332A;
}
</style>
background-color css
<style>
a { background-color: #B9332A; }
a { background-color: rgb(185,51,42); }
div.DivClassName
{
background-color: #B9332A;
}
.BgClassName
{
background-color: #B9332A;
}
</style>
border-color css
<style>
span { border-color: #B9332A; }
span { border-color: rgb(185,51,42); }
td.TdClassName
{
border-color: #B9332A;
}
.TagClassName
{
border-color: #B9332A;
}
</style>