Shades of Medium Carmine #B34232
Tints of Medium Carmine #B34232
RGB
CMYK
RGB Variations
Color information
#B34232 (or 0xB34232) is known color: Medium Carmine. HEX triplet: B3, 42 and 32. RGB value is (179,66,50). Sum of RGB (Red+Green+Blue) = 179+66+50=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B34232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34232 is #4CBDCD. Grayscale: #626262. Windows color (decimal): -5029326 or 3293875. OLE color: 3293875.
HSL color Cylindrical-coordinate representation of color #B34232: hue angle of 7.44º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B34232 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 66 | 50 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.30 |
| HSL | 7.44º | 0.56% | 0.45% | - |
| HSV(B) | 7.44º | 0.72% | 0.7% | - |
| XYZ | 21.11 | 13.71 | 4.55 | - |
| YUV | 97.96 | 100.94 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 66 | 50 | 0 | 0.63 | 0.72 | 0.30 | 7.44 | 0.56 | 0.45 |
| Hex | B3 | 42 | 32 | 0 | 3F | 48 | 1E | 7 | 38 | 2D |
| Octal | 263 | 102 | 62 | 0 | 77 | 110 | 36 | 7 | 70 | 55 |
| Binary | 10110011 | 1000010 | 110010 | 0 | 111111 | 1001000 | 11110 | 111 | 111000 | 101101 |
Color Harmonies of #B34232
Complementary color
Monochromatic Colors of #B34232
Black with #B34232
Text Example
Text Example
White with #B34232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34232; }
p { color: rgb(179,66,50); }
H1.HeaderClassName
{
color: #B34232;
}
.AnyTagClassName
{
color: #B34232;
}
</style>
background-color css
<style>
a { background-color: #B34232; }
a { background-color: rgb(179,66,50); }
div.DivClassName
{
background-color: #B34232;
}
.BgClassName
{
background-color: #B34232;
}
</style>
border-color css
<style>
span { border-color: #B34232; }
span { border-color: rgb(179,66,50); }
td.TdClassName
{
border-color: #B34232;
}
.TagClassName
{
border-color: #B34232;
}
</style>