Shades of Brown #B02C2B
Tints of Brown #B02C2B
RGB
CMYK
RGB Variations
Color information
#B02C2B (or 0xB02C2B) is known color: Brown. HEX triplet: B0, 2C and 2B. RGB value is (176,44,43). Sum of RGB (Red+Green+Blue) = 176+44+43=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02C2B is #4FD3D4. Grayscale: #535353. Windows color (decimal): -5231573 or 2829488. OLE color: 2829488.
HSL color Cylindrical-coordinate representation of color #B02C2B: hue angle of 0.45º 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 #B02C2B is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 43 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.31 |
| HSL | 0.45º | 0.61% | 0.43% | - |
| HSV(B) | 0.45º | 0.76% | 0.69% | - |
| XYZ | 19.24 | 11.21 | 3.43 | - |
| YUV | 83.35 | 105.23 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 43 | 0 | 0.75 | 0.76 | 0.31 | 0.45 | 0.61 | 0.43 |
| Hex | B0 | 2C | 2B | 0 | 4B | 4C | 1F | 0 | 3D | 2B |
| Octal | 260 | 54 | 53 | 0 | 113 | 114 | 37 | 0 | 75 | 53 |
| Binary | 10110000 | 101100 | 101011 | 0 | 1001011 | 1001100 | 11111 | 0 | 111101 | 101011 |
Color Harmonies of #B02C2B
Complementary color
Monochromatic Colors of #B02C2B
Black with #B02C2B
Text Example
Text Example
White with #B02C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C2B; }
p { color: rgb(176,44,43); }
H1.HeaderClassName
{
color: #B02C2B;
}
.AnyTagClassName
{
color: #B02C2B;
}
</style>
background-color css
<style>
a { background-color: #B02C2B; }
a { background-color: rgb(176,44,43); }
div.DivClassName
{
background-color: #B02C2B;
}
.BgClassName
{
background-color: #B02C2B;
}
</style>
border-color css
<style>
span { border-color: #B02C2B; }
span { border-color: rgb(176,44,43); }
td.TdClassName
{
border-color: #B02C2B;
}
.TagClassName
{
border-color: #B02C2B;
}
</style>