Shades of Medium Carmine #B2392D
Tints of Medium Carmine #B2392D
RGB
CMYK
RGB Variations
Color information
#B2392D (or 0xB2392D) is known color: Medium Carmine. HEX triplet: B2, 39 and 2D. RGB value is (178,57,45). Sum of RGB (Red+Green+Blue) = 178+57+45=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B2392D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2392D is #4DC6D2. Grayscale: #5B5B5B. Windows color (decimal): -5097171 or 2963890. OLE color: 2963890.
HSL color Cylindrical-coordinate representation of color #B2392D: hue angle of 5.41º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2392D is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 45 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.30 |
| HSL | 5.41º | 0.6% | 0.44% | - |
| HSV(B) | 5.41º | 0.75% | 0.7% | - |
| XYZ | 20.3 | 12.58 | 3.84 | - |
| YUV | 91.81 | 101.59 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 45 | 0 | 0.68 | 0.75 | 0.30 | 5.41 | 0.6 | 0.44 |
| Hex | B2 | 39 | 2D | 0 | 44 | 4B | 1E | 5 | 3C | 2C |
| Octal | 262 | 71 | 55 | 0 | 104 | 113 | 36 | 5 | 74 | 54 |
| Binary | 10110010 | 111001 | 101101 | 0 | 1000100 | 1001011 | 11110 | 101 | 111100 | 101100 |
Color Harmonies of #B2392D
Complementary color
Monochromatic Colors of #B2392D
Black with #B2392D
Text Example
Text Example
White with #B2392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2392D; }
p { color: rgb(178,57,45); }
H1.HeaderClassName
{
color: #B2392D;
}
.AnyTagClassName
{
color: #B2392D;
}
</style>
background-color css
<style>
a { background-color: #B2392D; }
a { background-color: rgb(178,57,45); }
div.DivClassName
{
background-color: #B2392D;
}
.BgClassName
{
background-color: #B2392D;
}
</style>
border-color css
<style>
span { border-color: #B2392D; }
span { border-color: rgb(178,57,45); }
td.TdClassName
{
border-color: #B2392D;
}
.TagClassName
{
border-color: #B2392D;
}
</style>