Shades of Brown #B2332B
Tints of Brown #B2332B
RGB
CMYK
RGB Variations
Color information
#B2332B (or 0xB2332B) is known color: Brown. HEX triplet: B2, 33 and 2B. RGB value is (178,51,43). Sum of RGB (Red+Green+Blue) = 178+51+43=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B2332B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2332B is #4DCCD4. Grayscale: #585858. Windows color (decimal): -5098709 or 2831282. OLE color: 2831282.
HSL color Cylindrical-coordinate representation of color #B2332B: hue angle of 3.56º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2332B is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 51 | 43 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.30 |
| HSL | 3.56º | 0.61% | 0.43% | - |
| HSV(B) | 3.56º | 0.76% | 0.7% | - |
| XYZ | 19.98 | 12.01 | 3.55 | - |
| YUV | 88.06 | 102.58 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 51 | 43 | 0 | 0.71 | 0.76 | 0.30 | 3.56 | 0.61 | 0.43 |
| Hex | B2 | 33 | 2B | 0 | 47 | 4C | 1E | 4 | 3D | 2B |
| Octal | 262 | 63 | 53 | 0 | 107 | 114 | 36 | 4 | 75 | 53 |
| Binary | 10110010 | 110011 | 101011 | 0 | 1000111 | 1001100 | 11110 | 100 | 111101 | 101011 |
Color Harmonies of #B2332B
Complementary color
Monochromatic Colors of #B2332B
Black with #B2332B
Text Example
Text Example
White with #B2332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2332B; }
p { color: rgb(178,51,43); }
H1.HeaderClassName
{
color: #B2332B;
}
.AnyTagClassName
{
color: #B2332B;
}
</style>
background-color css
<style>
a { background-color: #B2332B; }
a { background-color: rgb(178,51,43); }
div.DivClassName
{
background-color: #B2332B;
}
.BgClassName
{
background-color: #B2332B;
}
</style>
border-color css
<style>
span { border-color: #B2332B; }
span { border-color: rgb(178,51,43); }
td.TdClassName
{
border-color: #B2332B;
}
.TagClassName
{
border-color: #B2332B;
}
</style>