Shades of Brown #B03232
Tints of Brown #B03232
RGB
CMYK
RGB Variations
Color information
#B03232 (or 0xB03232) is known color: Brown. HEX triplet: B0, 32 and 32. RGB value is (176,50,50). Sum of RGB (Red+Green+Blue) = 176+50+50=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B03232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03232 is #4FCDCD. Grayscale: #575757. Windows color (decimal): -5230030 or 3289776. OLE color: 3289776.
HSL color Cylindrical-coordinate representation of color #B03232: hue angle of 0º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03232 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 50 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.31 |
| HSL | 0º | 0.56% | 0.44% | - |
| HSV(B) | 0º | 0.72% | 0.69% | - |
| XYZ | 19.62 | 11.74 | 4.25 | - |
| YUV | 87.67 | 106.74 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 50 | 0 | 0.72 | 0.72 | 0.31 | 0 | 0.56 | 0.44 |
| Hex | B0 | 32 | 32 | 0 | 48 | 48 | 1F | 0 | 38 | 2C |
| Octal | 260 | 62 | 62 | 0 | 110 | 110 | 37 | 0 | 70 | 54 |
| Binary | 10110000 | 110010 | 110010 | 0 | 1001000 | 1001000 | 11111 | 0 | 111000 | 101100 |
Color Harmonies of #B03232
Complementary color
Monochromatic Colors of #B03232
Black with #B03232
Text Example
Text Example
White with #B03232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03232; }
p { color: rgb(176,50,50); }
H1.HeaderClassName
{
color: #B03232;
}
.AnyTagClassName
{
color: #B03232;
}
</style>
background-color css
<style>
a { background-color: #B03232; }
a { background-color: rgb(176,50,50); }
div.DivClassName
{
background-color: #B03232;
}
.BgClassName
{
background-color: #B03232;
}
</style>
border-color css
<style>
span { border-color: #B03232; }
span { border-color: rgb(176,50,50); }
td.TdClassName
{
border-color: #B03232;
}
.TagClassName
{
border-color: #B03232;
}
</style>