Shades of Medium Carmine #B7442D
Tints of Medium Carmine #B7442D
RGB
CMYK
RGB Variations
Color information
#B7442D (or 0xB7442D) is known color: Medium Carmine. HEX triplet: B7, 44 and 2D. RGB value is (183,68,45). Sum of RGB (Red+Green+Blue) = 183+68+45=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B7442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7442D is #48BBD2. Grayscale: #636363. Windows color (decimal): -4766675 or 2966711. OLE color: 2966711.
HSL color Cylindrical-coordinate representation of color #B7442D: hue angle of 10º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7442D is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 45 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.28 |
| HSL | 10º | 0.61% | 0.45% | - |
| HSV(B) | 10º | 0.75% | 0.72% | - |
| XYZ | 22.07 | 14.39 | 4.1 | - |
| YUV | 99.76 | 97.1 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 45 | 0 | 0.63 | 0.75 | 0.28 | 10 | 0.61 | 0.45 |
| Hex | B7 | 44 | 2D | 0 | 3F | 4B | 1C | A | 3D | 2D |
| Octal | 267 | 104 | 55 | 0 | 77 | 113 | 34 | 12 | 75 | 55 |
| Binary | 10110111 | 1000100 | 101101 | 0 | 111111 | 1001011 | 11100 | 1010 | 111101 | 101101 |
Color Harmonies of #B7442D
Complementary color
Monochromatic Colors of #B7442D
Black with #B7442D
Text Example
Text Example
White with #B7442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7442D; }
p { color: rgb(183,68,45); }
H1.HeaderClassName
{
color: #B7442D;
}
.AnyTagClassName
{
color: #B7442D;
}
</style>
background-color css
<style>
a { background-color: #B7442D; }
a { background-color: rgb(183,68,45); }
div.DivClassName
{
background-color: #B7442D;
}
.BgClassName
{
background-color: #B7442D;
}
</style>
border-color css
<style>
span { border-color: #B7442D; }
span { border-color: rgb(183,68,45); }
td.TdClassName
{
border-color: #B7442D;
}
.TagClassName
{
border-color: #B7442D;
}
</style>