Shades of Medium Carmine #B7372A
Tints of Medium Carmine #B7372A
RGB
CMYK
RGB Variations
Color information
#B7372A (or 0xB7372A) is known color: Medium Carmine. HEX triplet: B7, 37 and 2A. RGB value is (183,55,42). Sum of RGB (Red+Green+Blue) = 183+55+42=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B7372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7372A is #48C8D5. Grayscale: #5B5B5B. Windows color (decimal): -4770006 or 2766775. OLE color: 2766775.
HSL color Cylindrical-coordinate representation of color #B7372A: hue angle of 5.53º degrees, saturation: 0.63, 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 #B7372A is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 42 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.28 |
| HSL | 5.53º | 0.63% | 0.44% | - |
| HSV(B) | 5.53º | 0.77% | 0.72% | - |
| XYZ | 21.31 | 12.97 | 3.57 | - |
| YUV | 91.79 | 99.91 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 42 | 0 | 0.70 | 0.77 | 0.28 | 5.53 | 0.63 | 0.44 |
| Hex | B7 | 37 | 2A | 0 | 46 | 4D | 1C | 6 | 3F | 2C |
| Octal | 267 | 67 | 52 | 0 | 106 | 115 | 34 | 6 | 77 | 54 |
| Binary | 10110111 | 110111 | 101010 | 0 | 1000110 | 1001101 | 11100 | 110 | 111111 | 101100 |
Color Harmonies of #B7372A
Complementary color
Monochromatic Colors of #B7372A
Black with #B7372A
Text Example
Text Example
White with #B7372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7372A; }
p { color: rgb(183,55,42); }
H1.HeaderClassName
{
color: #B7372A;
}
.AnyTagClassName
{
color: #B7372A;
}
</style>
background-color css
<style>
a { background-color: #B7372A; }
a { background-color: rgb(183,55,42); }
div.DivClassName
{
background-color: #B7372A;
}
.BgClassName
{
background-color: #B7372A;
}
</style>
border-color css
<style>
span { border-color: #B7372A; }
span { border-color: rgb(183,55,42); }
td.TdClassName
{
border-color: #B7372A;
}
.TagClassName
{
border-color: #B7372A;
}
</style>