Shades of Brown #B32E2B
Tints of Brown #B32E2B
RGB
CMYK
RGB Variations
Color information
#B32E2B (or 0xB32E2B) is known color: Brown. HEX triplet: B3, 2E and 2B. RGB value is (179,46,43). Sum of RGB (Red+Green+Blue) = 179+46+43=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32E2B is #4CD1D4. Grayscale: #555555. Windows color (decimal): -5034453 or 2830003. OLE color: 2830003.
HSL color Cylindrical-coordinate representation of color #B32E2B: hue angle of 1.32º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32E2B is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 46 | 43 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.30 |
| HSL | 1.32º | 0.61% | 0.44% | - |
| HSV(B) | 1.32º | 0.76% | 0.7% | - |
| XYZ | 20 | 11.71 | 3.49 | - |
| YUV | 85.43 | 104.06 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 46 | 43 | 0 | 0.74 | 0.76 | 0.30 | 1.32 | 0.61 | 0.44 |
| Hex | B3 | 2E | 2B | 0 | 4A | 4C | 1E | 1 | 3D | 2C |
| Octal | 263 | 56 | 53 | 0 | 112 | 114 | 36 | 1 | 75 | 54 |
| Binary | 10110011 | 101110 | 101011 | 0 | 1001010 | 1001100 | 11110 | 1 | 111101 | 101100 |
Color Harmonies of #B32E2B
Complementary color
Monochromatic Colors of #B32E2B
Black with #B32E2B
Text Example
Text Example
White with #B32E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32E2B; }
p { color: rgb(179,46,43); }
H1.HeaderClassName
{
color: #B32E2B;
}
.AnyTagClassName
{
color: #B32E2B;
}
</style>
background-color css
<style>
a { background-color: #B32E2B; }
a { background-color: rgb(179,46,43); }
div.DivClassName
{
background-color: #B32E2B;
}
.BgClassName
{
background-color: #B32E2B;
}
</style>
border-color css
<style>
span { border-color: #B32E2B; }
span { border-color: rgb(179,46,43); }
td.TdClassName
{
border-color: #B32E2B;
}
.TagClassName
{
border-color: #B32E2B;
}
</style>