Shades of Brown #B03325
Tints of Brown #B03325
RGB
CMYK
RGB Variations
Color information
#B03325 (or 0xB03325) is known color: Brown. HEX triplet: B0, 33 and 25. RGB value is (176,51,37). Sum of RGB (Red+Green+Blue) = 176+51+37=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B03325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03325 is #4FCCDA. Grayscale: #565656. Windows color (decimal): -5229787 or 2438064. OLE color: 2438064.
HSL color Cylindrical-coordinate representation of color #B03325: hue angle of 6.04º 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 #B03325 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 37 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.31 |
| HSL | 6.04º | 0.65% | 0.42% | - |
| HSV(B) | 6.04º | 0.79% | 0.69% | - |
| XYZ | 19.42 | 11.73 | 2.99 | - |
| YUV | 86.78 | 99.91 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 37 | 0 | 0.71 | 0.79 | 0.31 | 6.04 | 0.65 | 0.42 |
| Hex | B0 | 33 | 25 | 0 | 47 | 4F | 1F | 6 | 41 | 2A |
| Octal | 260 | 63 | 45 | 0 | 107 | 117 | 37 | 6 | 101 | 52 |
| Binary | 10110000 | 110011 | 100101 | 0 | 1000111 | 1001111 | 11111 | 110 | 1000001 | 101010 |
Color Harmonies of #B03325
Complementary color
Monochromatic Colors of #B03325
Black with #B03325
Text Example
Text Example
White with #B03325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03325; }
p { color: rgb(176,51,37); }
H1.HeaderClassName
{
color: #B03325;
}
.AnyTagClassName
{
color: #B03325;
}
</style>
background-color css
<style>
a { background-color: #B03325; }
a { background-color: rgb(176,51,37); }
div.DivClassName
{
background-color: #B03325;
}
.BgClassName
{
background-color: #B03325;
}
</style>
border-color css
<style>
span { border-color: #B03325; }
span { border-color: rgb(176,51,37); }
td.TdClassName
{
border-color: #B03325;
}
.TagClassName
{
border-color: #B03325;
}
</style>