Shades of Brown #B03525
Tints of Brown #B03525
RGB
CMYK
RGB Variations
Color information
#B03525 (or 0xB03525) is known color: Brown. HEX triplet: B0, 35 and 25. RGB value is (176,53,37). Sum of RGB (Red+Green+Blue) = 176+53+37=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B03525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03525 is #4FCADA. Grayscale: #585858. Windows color (decimal): -5229275 or 2438576. OLE color: 2438576.
HSL color Cylindrical-coordinate representation of color #B03525: hue angle of 6.91º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B03525 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 37 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.31 |
| HSL | 6.91º | 0.65% | 0.42% | - |
| HSV(B) | 6.91º | 0.79% | 0.69% | - |
| XYZ | 19.51 | 11.91 | 3.02 | - |
| YUV | 87.95 | 99.25 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 37 | 0 | 0.70 | 0.79 | 0.31 | 6.91 | 0.65 | 0.42 |
| Hex | B0 | 35 | 25 | 0 | 46 | 4F | 1F | 7 | 41 | 2A |
| Octal | 260 | 65 | 45 | 0 | 106 | 117 | 37 | 7 | 101 | 52 |
| Binary | 10110000 | 110101 | 100101 | 0 | 1000110 | 1001111 | 11111 | 111 | 1000001 | 101010 |
Color Harmonies of #B03525
Complementary color
Monochromatic Colors of #B03525
Black with #B03525
Text Example
Text Example
White with #B03525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03525; }
p { color: rgb(176,53,37); }
H1.HeaderClassName
{
color: #B03525;
}
.AnyTagClassName
{
color: #B03525;
}
</style>
background-color css
<style>
a { background-color: #B03525; }
a { background-color: rgb(176,53,37); }
div.DivClassName
{
background-color: #B03525;
}
.BgClassName
{
background-color: #B03525;
}
</style>
border-color css
<style>
span { border-color: #B03525; }
span { border-color: rgb(176,53,37); }
td.TdClassName
{
border-color: #B03525;
}
.TagClassName
{
border-color: #B03525;
}
</style>