Shades of Medium Carmine #B7432B
Tints of Medium Carmine #B7432B
RGB
CMYK
RGB Variations
Color information
#B7432B (or 0xB7432B) is known color: Medium Carmine. HEX triplet: B7, 43 and 2B. RGB value is (183,67,43). Sum of RGB (Red+Green+Blue) = 183+67+43=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B7432B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7432B is #48BCD4. Grayscale: #636363. Windows color (decimal): -4766933 or 2835383. OLE color: 2835383.
HSL color Cylindrical-coordinate representation of color #B7432B: hue angle of 10.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7432B is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 43 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.28 |
| HSL | 10.29º | 0.62% | 0.44% | - |
| HSV(B) | 10.29º | 0.77% | 0.72% | - |
| XYZ | 21.97 | 14.26 | 3.88 | - |
| YUV | 98.95 | 96.43 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 43 | 0 | 0.63 | 0.77 | 0.28 | 10.29 | 0.62 | 0.44 |
| Hex | B7 | 43 | 2B | 0 | 3F | 4D | 1C | A | 3E | 2C |
| Octal | 267 | 103 | 53 | 0 | 77 | 115 | 34 | 12 | 76 | 54 |
| Binary | 10110111 | 1000011 | 101011 | 0 | 111111 | 1001101 | 11100 | 1010 | 111110 | 101100 |
Color Harmonies of #B7432B
Complementary color
Monochromatic Colors of #B7432B
Black with #B7432B
Text Example
Text Example
White with #B7432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7432B; }
p { color: rgb(183,67,43); }
H1.HeaderClassName
{
color: #B7432B;
}
.AnyTagClassName
{
color: #B7432B;
}
</style>
background-color css
<style>
a { background-color: #B7432B; }
a { background-color: rgb(183,67,43); }
div.DivClassName
{
background-color: #B7432B;
}
.BgClassName
{
background-color: #B7432B;
}
</style>
border-color css
<style>
span { border-color: #B7432B; }
span { border-color: rgb(183,67,43); }
td.TdClassName
{
border-color: #B7432B;
}
.TagClassName
{
border-color: #B7432B;
}
</style>