Shades of Medium Carmine #B7432C
Tints of Medium Carmine #B7432C
RGB
CMYK
RGB Variations
Color information
#B7432C (or 0xB7432C) is known color: Medium Carmine. HEX triplet: B7, 43 and 2C. RGB value is (183,67,44). Sum of RGB (Red+Green+Blue) = 183+67+44=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B7432C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7432C is #48BCD3. Grayscale: #636363. Windows color (decimal): -4766932 or 2900919. OLE color: 2900919.
HSL color Cylindrical-coordinate representation of color #B7432C: hue angle of 9.93º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7432C is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 44 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.28 |
| HSL | 9.93º | 0.61% | 0.45% | - |
| HSV(B) | 9.93º | 0.76% | 0.72% | - |
| XYZ | 21.99 | 14.26 | 3.98 | - |
| YUV | 99.06 | 96.93 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 44 | 0 | 0.63 | 0.76 | 0.28 | 9.93 | 0.61 | 0.45 |
| Hex | B7 | 43 | 2C | 0 | 3F | 4C | 1C | A | 3D | 2D |
| Octal | 267 | 103 | 54 | 0 | 77 | 114 | 34 | 12 | 75 | 55 |
| Binary | 10110111 | 1000011 | 101100 | 0 | 111111 | 1001100 | 11100 | 1010 | 111101 | 101101 |
Color Harmonies of #B7432C
Complementary color
Monochromatic Colors of #B7432C
Black with #B7432C
Text Example
Text Example
White with #B7432C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7432C; }
p { color: rgb(183,67,44); }
H1.HeaderClassName
{
color: #B7432C;
}
.AnyTagClassName
{
color: #B7432C;
}
</style>
background-color css
<style>
a { background-color: #B7432C; }
a { background-color: rgb(183,67,44); }
div.DivClassName
{
background-color: #B7432C;
}
.BgClassName
{
background-color: #B7432C;
}
</style>
border-color css
<style>
span { border-color: #B7432C; }
span { border-color: rgb(183,67,44); }
td.TdClassName
{
border-color: #B7432C;
}
.TagClassName
{
border-color: #B7432C;
}
</style>