Shades of Medium Carmine #B2382D
Tints of Medium Carmine #B2382D
RGB
CMYK
RGB Variations
Color information
#B2382D (or 0xB2382D) is known color: Medium Carmine. HEX triplet: B2, 38 and 2D. RGB value is (178,56,45). Sum of RGB (Red+Green+Blue) = 178+56+45=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B2382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2382D is #4DC7D2. Grayscale: #5B5B5B. Windows color (decimal): -5097427 or 2963634. OLE color: 2963634.
HSL color Cylindrical-coordinate representation of color #B2382D: hue angle of 4.96º 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 #B2382D is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 56 | 45 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.30 |
| HSL | 4.96º | 0.6% | 0.44% | - |
| HSV(B) | 4.96º | 0.75% | 0.7% | - |
| XYZ | 20.25 | 12.48 | 3.82 | - |
| YUV | 91.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 56 | 45 | 0 | 0.69 | 0.75 | 0.30 | 4.96 | 0.6 | 0.44 |
| Hex | B2 | 38 | 2D | 0 | 45 | 4B | 1E | 5 | 3C | 2C |
| Octal | 262 | 70 | 55 | 0 | 105 | 113 | 36 | 5 | 74 | 54 |
| Binary | 10110010 | 111000 | 101101 | 0 | 1000101 | 1001011 | 11110 | 101 | 111100 | 101100 |
Color Harmonies of #B2382D
Complementary color
Monochromatic Colors of #B2382D
Black with #B2382D
Text Example
Text Example
White with #B2382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2382D; }
p { color: rgb(178,56,45); }
H1.HeaderClassName
{
color: #B2382D;
}
.AnyTagClassName
{
color: #B2382D;
}
</style>
background-color css
<style>
a { background-color: #B2382D; }
a { background-color: rgb(178,56,45); }
div.DivClassName
{
background-color: #B2382D;
}
.BgClassName
{
background-color: #B2382D;
}
</style>
border-color css
<style>
span { border-color: #B2382D; }
span { border-color: rgb(178,56,45); }
td.TdClassName
{
border-color: #B2382D;
}
.TagClassName
{
border-color: #B2382D;
}
</style>