Shades of Medium Carmine #B7332F
Tints of Medium Carmine #B7332F
RGB
CMYK
RGB Variations
Color information
#B7332F (or 0xB7332F) is known color: Medium Carmine. HEX triplet: B7, 33 and 2F. RGB value is (183,51,47). Sum of RGB (Red+Green+Blue) = 183+51+47=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B7332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7332F is #48CCD0. Grayscale: #5A5A5A. Windows color (decimal): -4771025 or 3093431. OLE color: 3093431.
HSL color Cylindrical-coordinate representation of color #B7332F: hue angle of 1.76º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7332F is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 47 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.28 |
| HSL | 1.76º | 0.59% | 0.45% | - |
| HSV(B) | 1.76º | 0.74% | 0.72% | - |
| XYZ | 21.23 | 12.64 | 4.01 | - |
| YUV | 90.01 | 103.73 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 47 | 0 | 0.72 | 0.74 | 0.28 | 1.76 | 0.59 | 0.45 |
| Hex | B7 | 33 | 2F | 0 | 48 | 4A | 1C | 2 | 3B | 2D |
| Octal | 267 | 63 | 57 | 0 | 110 | 112 | 34 | 2 | 73 | 55 |
| Binary | 10110111 | 110011 | 101111 | 0 | 1001000 | 1001010 | 11100 | 10 | 111011 | 101101 |
Color Harmonies of #B7332F
Complementary color
Monochromatic Colors of #B7332F
Black with #B7332F
Text Example
Text Example
White with #B7332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7332F; }
p { color: rgb(183,51,47); }
H1.HeaderClassName
{
color: #B7332F;
}
.AnyTagClassName
{
color: #B7332F;
}
</style>
background-color css
<style>
a { background-color: #B7332F; }
a { background-color: rgb(183,51,47); }
div.DivClassName
{
background-color: #B7332F;
}
.BgClassName
{
background-color: #B7332F;
}
</style>
border-color css
<style>
span { border-color: #B7332F; }
span { border-color: rgb(183,51,47); }
td.TdClassName
{
border-color: #B7332F;
}
.TagClassName
{
border-color: #B7332F;
}
</style>