Shades of Medium Carmine #B8372A
Tints of Medium Carmine #B8372A
RGB
CMYK
RGB Variations
Color information
#B8372A (or 0xB8372A) is known color: Medium Carmine. HEX triplet: B8, 37 and 2A. RGB value is (184,55,42). Sum of RGB (Red+Green+Blue) = 184+55+42=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B8372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8372A is #47C8D5. Grayscale: #5C5C5C. Windows color (decimal): -4704470 or 2766776. OLE color: 2766776.
HSL color Cylindrical-coordinate representation of color #B8372A: hue angle of 5.49º 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 #B8372A is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 42 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.28 |
| HSL | 5.49º | 0.63% | 0.44% | - |
| HSV(B) | 5.49º | 0.77% | 0.72% | - |
| XYZ | 21.55 | 13.09 | 3.58 | - |
| YUV | 92.09 | 99.74 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 42 | 0 | 0.70 | 0.77 | 0.28 | 5.49 | 0.63 | 0.44 |
| Hex | B8 | 37 | 2A | 0 | 46 | 4D | 1C | 5 | 3F | 2C |
| Octal | 270 | 67 | 52 | 0 | 106 | 115 | 34 | 5 | 77 | 54 |
| Binary | 10111000 | 110111 | 101010 | 0 | 1000110 | 1001101 | 11100 | 101 | 111111 | 101100 |
Color Harmonies of #B8372A
Complementary color
Monochromatic Colors of #B8372A
Black with #B8372A
Text Example
Text Example
White with #B8372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8372A; }
p { color: rgb(184,55,42); }
H1.HeaderClassName
{
color: #B8372A;
}
.AnyTagClassName
{
color: #B8372A;
}
</style>
background-color css
<style>
a { background-color: #B8372A; }
a { background-color: rgb(184,55,42); }
div.DivClassName
{
background-color: #B8372A;
}
.BgClassName
{
background-color: #B8372A;
}
</style>
border-color css
<style>
span { border-color: #B8372A; }
span { border-color: rgb(184,55,42); }
td.TdClassName
{
border-color: #B8372A;
}
.TagClassName
{
border-color: #B8372A;
}
</style>