Shades of Medium Carmine #B4332A
Tints of Medium Carmine #B4332A
RGB
CMYK
RGB Variations
Color information
#B4332A (or 0xB4332A) is known color: Medium Carmine. HEX triplet: B4, 33 and 2A. RGB value is (180,51,42). Sum of RGB (Red+Green+Blue) = 180+51+42=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B4332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4332A is #4BCCD5. Grayscale: #585858. Windows color (decimal): -4967638 or 2765748. OLE color: 2765748.
HSL color Cylindrical-coordinate representation of color #B4332A: hue angle of 3.91º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4332A is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 51 | 42 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.29 |
| HSL | 3.91º | 0.62% | 0.44% | - |
| HSV(B) | 3.91º | 0.77% | 0.71% | - |
| XYZ | 20.42 | 12.24 | 3.48 | - |
| YUV | 88.55 | 101.74 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 42 | 0 | 0.72 | 0.77 | 0.29 | 3.91 | 0.62 | 0.44 |
| Hex | B4 | 33 | 2A | 0 | 48 | 4D | 1D | 4 | 3E | 2C |
| Octal | 264 | 63 | 52 | 0 | 110 | 115 | 35 | 4 | 76 | 54 |
| Binary | 10110100 | 110011 | 101010 | 0 | 1001000 | 1001101 | 11101 | 100 | 111110 | 101100 |
Color Harmonies of #B4332A
Complementary color
Monochromatic Colors of #B4332A
Black with #B4332A
Text Example
Text Example
White with #B4332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4332A; }
p { color: rgb(180,51,42); }
H1.HeaderClassName
{
color: #B4332A;
}
.AnyTagClassName
{
color: #B4332A;
}
</style>
background-color css
<style>
a { background-color: #B4332A; }
a { background-color: rgb(180,51,42); }
div.DivClassName
{
background-color: #B4332A;
}
.BgClassName
{
background-color: #B4332A;
}
</style>
border-color css
<style>
span { border-color: #B4332A; }
span { border-color: rgb(180,51,42); }
td.TdClassName
{
border-color: #B4332A;
}
.TagClassName
{
border-color: #B4332A;
}
</style>