Shades of Medium Carmine #B4382B
Tints of Medium Carmine #B4382B
RGB
CMYK
RGB Variations
Color information
#B4382B (or 0xB4382B) is known color: Medium Carmine. HEX triplet: B4, 38 and 2B. RGB value is (180,56,43). Sum of RGB (Red+Green+Blue) = 180+56+43=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B4382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4382B is #4BC7D4. Grayscale: #5B5B5B. Windows color (decimal): -4966357 or 2832564. OLE color: 2832564.
HSL color Cylindrical-coordinate representation of color #B4382B: hue angle of 5.69º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4382B is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 56 | 43 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.29 |
| HSL | 5.69º | 0.61% | 0.44% | - |
| HSV(B) | 5.69º | 0.76% | 0.71% | - |
| XYZ | 20.67 | 12.71 | 3.65 | - |
| YUV | 91.59 | 100.58 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 56 | 43 | 0 | 0.69 | 0.76 | 0.29 | 5.69 | 0.61 | 0.44 |
| Hex | B4 | 38 | 2B | 0 | 45 | 4C | 1D | 6 | 3D | 2C |
| Octal | 264 | 70 | 53 | 0 | 105 | 114 | 35 | 6 | 75 | 54 |
| Binary | 10110100 | 111000 | 101011 | 0 | 1000101 | 1001100 | 11101 | 110 | 111101 | 101100 |
Color Harmonies of #B4382B
Complementary color
Monochromatic Colors of #B4382B
Black with #B4382B
Text Example
Text Example
White with #B4382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4382B; }
p { color: rgb(180,56,43); }
H1.HeaderClassName
{
color: #B4382B;
}
.AnyTagClassName
{
color: #B4382B;
}
</style>
background-color css
<style>
a { background-color: #B4382B; }
a { background-color: rgb(180,56,43); }
div.DivClassName
{
background-color: #B4382B;
}
.BgClassName
{
background-color: #B4382B;
}
</style>
border-color css
<style>
span { border-color: #B4382B; }
span { border-color: rgb(180,56,43); }
td.TdClassName
{
border-color: #B4382B;
}
.TagClassName
{
border-color: #B4382B;
}
</style>