Shades of Brown #B03223
Tints of Brown #B03223
RGB
CMYK
RGB Variations
Color information
#B03223 (or 0xB03223) is known color: Brown. HEX triplet: B0, 32 and 23. RGB value is (176,50,35). Sum of RGB (Red+Green+Blue) = 176+50+35=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B03223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03223 is #4FCDDC. Grayscale: #565656. Windows color (decimal): -5230045 or 2306736. OLE color: 2306736.
HSL color Cylindrical-coordinate representation of color #B03223: hue angle of 6.38º 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 #B03223 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 35 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.31 |
| HSL | 6.38º | 0.67% | 0.41% | - |
| HSV(B) | 6.38º | 0.8% | 0.69% | - |
| XYZ | 19.35 | 11.63 | 2.82 | - |
| YUV | 85.96 | 99.24 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 35 | 0 | 0.72 | 0.80 | 0.31 | 6.38 | 0.67 | 0.41 |
| Hex | B0 | 32 | 23 | 0 | 48 | 50 | 1F | 6 | 43 | 29 |
| Octal | 260 | 62 | 43 | 0 | 110 | 120 | 37 | 6 | 103 | 51 |
| Binary | 10110000 | 110010 | 100011 | 0 | 1001000 | 1010000 | 11111 | 110 | 1000011 | 101001 |
Color Harmonies of #B03223
Complementary color
Monochromatic Colors of #B03223
Black with #B03223
Text Example
Text Example
White with #B03223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03223; }
p { color: rgb(176,50,35); }
H1.HeaderClassName
{
color: #B03223;
}
.AnyTagClassName
{
color: #B03223;
}
</style>
background-color css
<style>
a { background-color: #B03223; }
a { background-color: rgb(176,50,35); }
div.DivClassName
{
background-color: #B03223;
}
.BgClassName
{
background-color: #B03223;
}
</style>
border-color css
<style>
span { border-color: #B03223; }
span { border-color: rgb(176,50,35); }
td.TdClassName
{
border-color: #B03223;
}
.TagClassName
{
border-color: #B03223;
}
</style>