Shades of Medium Carmine #B7443B
Tints of Medium Carmine #B7443B
RGB
CMYK
RGB Variations
Color information
#B7443B (or 0xB7443B) is known color: Medium Carmine. HEX triplet: B7, 44 and 3B. RGB value is (183,68,59). Sum of RGB (Red+Green+Blue) = 183+68+59=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B7443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7443B is #48BBC4. Grayscale: #656565. Windows color (decimal): -4766661 or 3884215. OLE color: 3884215.
HSL color Cylindrical-coordinate representation of color #B7443B: hue angle of 4.35º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B7443B is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 59 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.28 |
| HSL | 4.35º | 0.51% | 0.47% | - |
| HSV(B) | 4.35º | 0.68% | 0.72% | - |
| XYZ | 22.38 | 14.52 | 5.76 | - |
| YUV | 101.36 | 104.1 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 59 | 0 | 0.63 | 0.68 | 0.28 | 4.35 | 0.51 | 0.47 |
| Hex | B7 | 44 | 3B | 0 | 3F | 44 | 1C | 4 | 33 | 2F |
| Octal | 267 | 104 | 73 | 0 | 77 | 104 | 34 | 4 | 63 | 57 |
| Binary | 10110111 | 1000100 | 111011 | 0 | 111111 | 1000100 | 11100 | 100 | 110011 | 101111 |
Color Harmonies of #B7443B
Complementary color
Monochromatic Colors of #B7443B
Black with #B7443B
Text Example
Text Example
White with #B7443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7443B; }
p { color: rgb(183,68,59); }
H1.HeaderClassName
{
color: #B7443B;
}
.AnyTagClassName
{
color: #B7443B;
}
</style>
background-color css
<style>
a { background-color: #B7443B; }
a { background-color: rgb(183,68,59); }
div.DivClassName
{
background-color: #B7443B;
}
.BgClassName
{
background-color: #B7443B;
}
</style>
border-color css
<style>
span { border-color: #B7443B; }
span { border-color: rgb(183,68,59); }
td.TdClassName
{
border-color: #B7443B;
}
.TagClassName
{
border-color: #B7443B;
}
</style>