Shades of Brown #B03129
Tints of Brown #B03129
RGB
CMYK
RGB Variations
Color information
#B03129 (or 0xB03129) is known color: Brown. HEX triplet: B0, 31 and 29. RGB value is (176,49,41). Sum of RGB (Red+Green+Blue) = 176+49+41=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B03129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03129 is #4FCED6. Grayscale: #565656. Windows color (decimal): -5230295 or 2699696. OLE color: 2699696.
HSL color Cylindrical-coordinate representation of color #B03129: hue angle of 3.56º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B03129 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 49 | 41 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.31 |
| HSL | 3.56º | 0.62% | 0.43% | - |
| HSV(B) | 3.56º | 0.77% | 0.69% | - |
| XYZ | 19.4 | 11.59 | 3.31 | - |
| YUV | 86.06 | 102.58 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 41 | 0 | 0.72 | 0.77 | 0.31 | 3.56 | 0.62 | 0.43 |
| Hex | B0 | 31 | 29 | 0 | 48 | 4D | 1F | 4 | 3E | 2B |
| Octal | 260 | 61 | 51 | 0 | 110 | 115 | 37 | 4 | 76 | 53 |
| Binary | 10110000 | 110001 | 101001 | 0 | 1001000 | 1001101 | 11111 | 100 | 111110 | 101011 |
Color Harmonies of #B03129
Complementary color
Monochromatic Colors of #B03129
Black with #B03129
Text Example
Text Example
White with #B03129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03129; }
p { color: rgb(176,49,41); }
H1.HeaderClassName
{
color: #B03129;
}
.AnyTagClassName
{
color: #B03129;
}
</style>
background-color css
<style>
a { background-color: #B03129; }
a { background-color: rgb(176,49,41); }
div.DivClassName
{
background-color: #B03129;
}
.BgClassName
{
background-color: #B03129;
}
</style>
border-color css
<style>
span { border-color: #B03129; }
span { border-color: rgb(176,49,41); }
td.TdClassName
{
border-color: #B03129;
}
.TagClassName
{
border-color: #B03129;
}
</style>