Shades of Brown #B0302B
Tints of Brown #B0302B
RGB
CMYK
RGB Variations
Color information
#B0302B (or 0xB0302B) is known color: Brown. HEX triplet: B0, 30 and 2B. RGB value is (176,48,43). Sum of RGB (Red+Green+Blue) = 176+48+43=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B0302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0302B is #4FCFD4. Grayscale: #555555. Windows color (decimal): -5230549 or 2830512. OLE color: 2830512.
HSL color Cylindrical-coordinate representation of color #B0302B: hue angle of 2.26º 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 #B0302B is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 48 | 43 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.31 |
| HSL | 2.26º | 0.61% | 0.43% | - |
| HSV(B) | 2.26º | 0.76% | 0.69% | - |
| XYZ | 19.4 | 11.52 | 3.49 | - |
| YUV | 85.7 | 103.91 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 43 | 0 | 0.73 | 0.76 | 0.31 | 2.26 | 0.61 | 0.43 |
| Hex | B0 | 30 | 2B | 0 | 49 | 4C | 1F | 2 | 3D | 2B |
| Octal | 260 | 60 | 53 | 0 | 111 | 114 | 37 | 2 | 75 | 53 |
| Binary | 10110000 | 110000 | 101011 | 0 | 1001001 | 1001100 | 11111 | 10 | 111101 | 101011 |
Color Harmonies of #B0302B
Complementary color
Monochromatic Colors of #B0302B
Black with #B0302B
Text Example
Text Example
White with #B0302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0302B; }
p { color: rgb(176,48,43); }
H1.HeaderClassName
{
color: #B0302B;
}
.AnyTagClassName
{
color: #B0302B;
}
</style>
background-color css
<style>
a { background-color: #B0302B; }
a { background-color: rgb(176,48,43); }
div.DivClassName
{
background-color: #B0302B;
}
.BgClassName
{
background-color: #B0302B;
}
</style>
border-color css
<style>
span { border-color: #B0302B; }
span { border-color: rgb(176,48,43); }
td.TdClassName
{
border-color: #B0302B;
}
.TagClassName
{
border-color: #B0302B;
}
</style>