Shades of Brown #B03225
Tints of Brown #B03225
RGB
CMYK
RGB Variations
Color information
#B03225 (or 0xB03225) is known color: Brown. HEX triplet: B0, 32 and 25. RGB value is (176,50,37). Sum of RGB (Red+Green+Blue) = 176+50+37=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B03225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03225 is #4FCDDA. Grayscale: #565656. Windows color (decimal): -5230043 or 2437808. OLE color: 2437808.
HSL color Cylindrical-coordinate representation of color #B03225: hue angle of 5.61º 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 #B03225 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 37 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.31 |
| HSL | 5.61º | 0.65% | 0.42% | - |
| HSV(B) | 5.61º | 0.79% | 0.69% | - |
| XYZ | 19.38 | 11.64 | 2.98 | - |
| YUV | 86.19 | 100.24 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 37 | 0 | 0.72 | 0.79 | 0.31 | 5.61 | 0.65 | 0.42 |
| Hex | B0 | 32 | 25 | 0 | 48 | 4F | 1F | 6 | 41 | 2A |
| Octal | 260 | 62 | 45 | 0 | 110 | 117 | 37 | 6 | 101 | 52 |
| Binary | 10110000 | 110010 | 100101 | 0 | 1001000 | 1001111 | 11111 | 110 | 1000001 | 101010 |
Color Harmonies of #B03225
Complementary color
Monochromatic Colors of #B03225
Black with #B03225
Text Example
Text Example
White with #B03225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03225; }
p { color: rgb(176,50,37); }
H1.HeaderClassName
{
color: #B03225;
}
.AnyTagClassName
{
color: #B03225;
}
</style>
background-color css
<style>
a { background-color: #B03225; }
a { background-color: rgb(176,50,37); }
div.DivClassName
{
background-color: #B03225;
}
.BgClassName
{
background-color: #B03225;
}
</style>
border-color css
<style>
span { border-color: #B03225; }
span { border-color: rgb(176,50,37); }
td.TdClassName
{
border-color: #B03225;
}
.TagClassName
{
border-color: #B03225;
}
</style>