Shades of Brown #B02E2B
Tints of Brown #B02E2B
RGB
CMYK
RGB Variations
Color information
#B02E2B (or 0xB02E2B) is known color: Brown. HEX triplet: B0, 2E and 2B. RGB value is (176,46,43). Sum of RGB (Red+Green+Blue) = 176+46+43=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02E2B is #4FD1D4. Grayscale: #545454. Windows color (decimal): -5231061 or 2830000. OLE color: 2830000.
HSL color Cylindrical-coordinate representation of color #B02E2B: hue angle of 1.35º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02E2B is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 46 | 43 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.31 |
| HSL | 1.35º | 0.61% | 0.43% | - |
| HSV(B) | 1.35º | 0.76% | 0.69% | - |
| XYZ | 19.32 | 11.36 | 3.46 | - |
| YUV | 84.53 | 104.57 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 46 | 43 | 0 | 0.74 | 0.76 | 0.31 | 1.35 | 0.61 | 0.43 |
| Hex | B0 | 2E | 2B | 0 | 4A | 4C | 1F | 1 | 3D | 2B |
| Octal | 260 | 56 | 53 | 0 | 112 | 114 | 37 | 1 | 75 | 53 |
| Binary | 10110000 | 101110 | 101011 | 0 | 1001010 | 1001100 | 11111 | 1 | 111101 | 101011 |
Color Harmonies of #B02E2B
Complementary color
Monochromatic Colors of #B02E2B
Black with #B02E2B
Text Example
Text Example
White with #B02E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02E2B; }
p { color: rgb(176,46,43); }
H1.HeaderClassName
{
color: #B02E2B;
}
.AnyTagClassName
{
color: #B02E2B;
}
</style>
background-color css
<style>
a { background-color: #B02E2B; }
a { background-color: rgb(176,46,43); }
div.DivClassName
{
background-color: #B02E2B;
}
.BgClassName
{
background-color: #B02E2B;
}
</style>
border-color css
<style>
span { border-color: #B02E2B; }
span { border-color: rgb(176,46,43); }
td.TdClassName
{
border-color: #B02E2B;
}
.TagClassName
{
border-color: #B02E2B;
}
</style>