Shades of Brown #B03328
Tints of Brown #B03328
RGB
CMYK
RGB Variations
Color information
#B03328 (or 0xB03328) is known color: Brown. HEX triplet: B0, 33 and 28. RGB value is (176,51,40). Sum of RGB (Red+Green+Blue) = 176+51+40=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B03328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03328 is #4FCCD7. Grayscale: #575757. Windows color (decimal): -5229784 or 2634672. OLE color: 2634672.
HSL color Cylindrical-coordinate representation of color #B03328: hue angle of 4.85º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B03328 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 40 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.31 |
| HSL | 4.85º | 0.63% | 0.42% | - |
| HSV(B) | 4.85º | 0.77% | 0.69% | - |
| XYZ | 19.47 | 11.75 | 3.25 | - |
| YUV | 87.12 | 101.41 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 40 | 0 | 0.71 | 0.77 | 0.31 | 4.85 | 0.63 | 0.42 |
| Hex | B0 | 33 | 28 | 0 | 47 | 4D | 1F | 5 | 3F | 2A |
| Octal | 260 | 63 | 50 | 0 | 107 | 115 | 37 | 5 | 77 | 52 |
| Binary | 10110000 | 110011 | 101000 | 0 | 1000111 | 1001101 | 11111 | 101 | 111111 | 101010 |
Color Harmonies of #B03328
Complementary color
Monochromatic Colors of #B03328
Black with #B03328
Text Example
Text Example
White with #B03328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03328; }
p { color: rgb(176,51,40); }
H1.HeaderClassName
{
color: #B03328;
}
.AnyTagClassName
{
color: #B03328;
}
</style>
background-color css
<style>
a { background-color: #B03328; }
a { background-color: rgb(176,51,40); }
div.DivClassName
{
background-color: #B03328;
}
.BgClassName
{
background-color: #B03328;
}
</style>
border-color css
<style>
span { border-color: #B03328; }
span { border-color: rgb(176,51,40); }
td.TdClassName
{
border-color: #B03328;
}
.TagClassName
{
border-color: #B03328;
}
</style>