Shades of Medium Carmine #B34033
Tints of Medium Carmine #B34033
RGB
CMYK
RGB Variations
Color information
#B34033 (or 0xB34033) is known color: Medium Carmine. HEX triplet: B3, 40 and 33. RGB value is (179,64,51). Sum of RGB (Red+Green+Blue) = 179+64+51=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B34033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34033 is #4CBFCC. Grayscale: #616161. Windows color (decimal): -5029837 or 3358899. OLE color: 3358899.
HSL color Cylindrical-coordinate representation of color #B34033: hue angle of 6.09º 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 #B34033 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 51 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.30 |
| HSL | 6.09º | 0.56% | 0.45% | - |
| HSV(B) | 6.09º | 0.72% | 0.7% | - |
| XYZ | 21.02 | 13.49 | 4.63 | - |
| YUV | 96.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 51 | 0 | 0.64 | 0.72 | 0.30 | 6.09 | 0.56 | 0.45 |
| Hex | B3 | 40 | 33 | 0 | 40 | 48 | 1E | 6 | 38 | 2D |
| Octal | 263 | 100 | 63 | 0 | 100 | 110 | 36 | 6 | 70 | 55 |
| Binary | 10110011 | 1000000 | 110011 | 0 | 1000000 | 1001000 | 11110 | 110 | 111000 | 101101 |
Color Harmonies of #B34033
Complementary color
Monochromatic Colors of #B34033
Black with #B34033
Text Example
Text Example
White with #B34033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34033; }
p { color: rgb(179,64,51); }
H1.HeaderClassName
{
color: #B34033;
}
.AnyTagClassName
{
color: #B34033;
}
</style>
background-color css
<style>
a { background-color: #B34033; }
a { background-color: rgb(179,64,51); }
div.DivClassName
{
background-color: #B34033;
}
.BgClassName
{
background-color: #B34033;
}
</style>
border-color css
<style>
span { border-color: #B34033; }
span { border-color: rgb(179,64,51); }
td.TdClassName
{
border-color: #B34033;
}
.TagClassName
{
border-color: #B34033;
}
</style>