Shades of Medium Carmine #B9432B
Tints of Medium Carmine #B9432B
RGB
CMYK
RGB Variations
Color information
#B9432B (or 0xB9432B) is known color: Medium Carmine. HEX triplet: B9, 43 and 2B. RGB value is (185,67,43). Sum of RGB (Red+Green+Blue) = 185+67+43=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9432B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9432B is #46BCD4. Grayscale: #636363. Windows color (decimal): -4635861 or 2835385. OLE color: 2835385.
HSL color Cylindrical-coordinate representation of color #B9432B: hue angle of 10.14º degrees, saturation: 0.62, 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 #B9432B is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 67 | 43 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.27 |
| HSL | 10.14º | 0.62% | 0.45% | - |
| HSV(B) | 10.14º | 0.77% | 0.73% | - |
| XYZ | 22.45 | 14.5 | 3.9 | - |
| YUV | 99.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 43 | 0 | 0.64 | 0.77 | 0.27 | 10.14 | 0.62 | 0.45 |
| Hex | B9 | 43 | 2B | 0 | 40 | 4D | 1B | A | 3E | 2D |
| Octal | 271 | 103 | 53 | 0 | 100 | 115 | 33 | 12 | 76 | 55 |
| Binary | 10111001 | 1000011 | 101011 | 0 | 1000000 | 1001101 | 11011 | 1010 | 111110 | 101101 |
Color Harmonies of #B9432B
Complementary color
Monochromatic Colors of #B9432B
Black with #B9432B
Text Example
Text Example
White with #B9432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9432B; }
p { color: rgb(185,67,43); }
H1.HeaderClassName
{
color: #B9432B;
}
.AnyTagClassName
{
color: #B9432B;
}
</style>
background-color css
<style>
a { background-color: #B9432B; }
a { background-color: rgb(185,67,43); }
div.DivClassName
{
background-color: #B9432B;
}
.BgClassName
{
background-color: #B9432B;
}
</style>
border-color css
<style>
span { border-color: #B9432B; }
span { border-color: rgb(185,67,43); }
td.TdClassName
{
border-color: #B9432B;
}
.TagClassName
{
border-color: #B9432B;
}
</style>