Shades of Brown #B03323
Tints of Brown #B03323
RGB
CMYK
RGB Variations
Color information
#B03323 (or 0xB03323) is known color: Brown. HEX triplet: B0, 33 and 23. RGB value is (176,51,35). Sum of RGB (Red+Green+Blue) = 176+51+35=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B03323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03323 is #4FCCDC. Grayscale: #565656. Windows color (decimal): -5229789 or 2306992. OLE color: 2306992.
HSL color Cylindrical-coordinate representation of color #B03323: hue angle of 6.81º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B03323 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 35 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.31 |
| HSL | 6.81º | 0.67% | 0.41% | - |
| HSV(B) | 6.81º | 0.8% | 0.69% | - |
| XYZ | 19.39 | 11.72 | 2.83 | - |
| YUV | 86.55 | 98.91 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 35 | 0 | 0.71 | 0.80 | 0.31 | 6.81 | 0.67 | 0.41 |
| Hex | B0 | 33 | 23 | 0 | 47 | 50 | 1F | 7 | 43 | 29 |
| Octal | 260 | 63 | 43 | 0 | 107 | 120 | 37 | 7 | 103 | 51 |
| Binary | 10110000 | 110011 | 100011 | 0 | 1000111 | 1010000 | 11111 | 111 | 1000011 | 101001 |
Color Harmonies of #B03323
Complementary color
Monochromatic Colors of #B03323
Black with #B03323
Text Example
Text Example
White with #B03323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03323; }
p { color: rgb(176,51,35); }
H1.HeaderClassName
{
color: #B03323;
}
.AnyTagClassName
{
color: #B03323;
}
</style>
background-color css
<style>
a { background-color: #B03323; }
a { background-color: rgb(176,51,35); }
div.DivClassName
{
background-color: #B03323;
}
.BgClassName
{
background-color: #B03323;
}
</style>
border-color css
<style>
span { border-color: #B03323; }
span { border-color: rgb(176,51,35); }
td.TdClassName
{
border-color: #B03323;
}
.TagClassName
{
border-color: #B03323;
}
</style>