Shades of Brown #B33128
Tints of Brown #B33128
RGB
CMYK
RGB Variations
Color information
#B33128 (or 0xB33128) is known color: Brown. HEX triplet: B3, 31 and 28. RGB value is (179,49,40). Sum of RGB (Red+Green+Blue) = 179+49+40=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B33128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33128 is #4CCED7. Grayscale: #575757. Windows color (decimal): -5033688 or 2634163. OLE color: 2634163.
HSL color Cylindrical-coordinate representation of color #B33128: hue angle of 3.88º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B33128 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 40 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.30 |
| HSL | 3.88º | 0.63% | 0.43% | - |
| HSV(B) | 3.88º | 0.78% | 0.7% | - |
| XYZ | 20.07 | 11.93 | 3.25 | - |
| YUV | 86.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 40 | 0 | 0.73 | 0.78 | 0.30 | 3.88 | 0.63 | 0.43 |
| Hex | B3 | 31 | 28 | 0 | 49 | 4E | 1E | 4 | 3F | 2B |
| Octal | 263 | 61 | 50 | 0 | 111 | 116 | 36 | 4 | 77 | 53 |
| Binary | 10110011 | 110001 | 101000 | 0 | 1001001 | 1001110 | 11110 | 100 | 111111 | 101011 |
Color Harmonies of #B33128
Complementary color
Monochromatic Colors of #B33128
Black with #B33128
Text Example
Text Example
White with #B33128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33128; }
p { color: rgb(179,49,40); }
H1.HeaderClassName
{
color: #B33128;
}
.AnyTagClassName
{
color: #B33128;
}
</style>
background-color css
<style>
a { background-color: #B33128; }
a { background-color: rgb(179,49,40); }
div.DivClassName
{
background-color: #B33128;
}
.BgClassName
{
background-color: #B33128;
}
</style>
border-color css
<style>
span { border-color: #B33128; }
span { border-color: rgb(179,49,40); }
td.TdClassName
{
border-color: #B33128;
}
.TagClassName
{
border-color: #B33128;
}
</style>