Shades of Medium Carmine #B7443A
Tints of Medium Carmine #B7443A
RGB
CMYK
RGB Variations
Color information
#B7443A (or 0xB7443A) is known color: Medium Carmine. HEX triplet: B7, 44 and 3A. RGB value is (183,68,58). Sum of RGB (Red+Green+Blue) = 183+68+58=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B7443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7443A is #48BBC5. Grayscale: #656565. Windows color (decimal): -4766662 or 3818679. OLE color: 3818679.
HSL color Cylindrical-coordinate representation of color #B7443A: hue angle of 4.8º degrees, saturation: 0.52, 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 #B7443A is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 58 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.28 |
| HSL | 4.8º | 0.52% | 0.47% | - |
| HSV(B) | 4.8º | 0.68% | 0.72% | - |
| XYZ | 22.36 | 14.51 | 5.62 | - |
| YUV | 101.25 | 103.6 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 58 | 0 | 0.63 | 0.68 | 0.28 | 4.8 | 0.52 | 0.47 |
| Hex | B7 | 44 | 3A | 0 | 3F | 44 | 1C | 5 | 34 | 2F |
| Octal | 267 | 104 | 72 | 0 | 77 | 104 | 34 | 5 | 64 | 57 |
| Binary | 10110111 | 1000100 | 111010 | 0 | 111111 | 1000100 | 11100 | 101 | 110100 | 101111 |
Color Harmonies of #B7443A
Complementary color
Monochromatic Colors of #B7443A
Black with #B7443A
Text Example
Text Example
White with #B7443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7443A; }
p { color: rgb(183,68,58); }
H1.HeaderClassName
{
color: #B7443A;
}
.AnyTagClassName
{
color: #B7443A;
}
</style>
background-color css
<style>
a { background-color: #B7443A; }
a { background-color: rgb(183,68,58); }
div.DivClassName
{
background-color: #B7443A;
}
.BgClassName
{
background-color: #B7443A;
}
</style>
border-color css
<style>
span { border-color: #B7443A; }
span { border-color: rgb(183,68,58); }
td.TdClassName
{
border-color: #B7443A;
}
.TagClassName
{
border-color: #B7443A;
}
</style>