Shades of Brown #B03224
Tints of Brown #B03224
RGB
CMYK
RGB Variations
Color information
#B03224 (or 0xB03224) is known color: Brown. HEX triplet: B0, 32 and 24. RGB value is (176,50,36). Sum of RGB (Red+Green+Blue) = 176+50+36=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B03224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03224 is #4FCDDB. Grayscale: #565656. Windows color (decimal): -5230044 or 2372272. OLE color: 2372272.
HSL color Cylindrical-coordinate representation of color #B03224: hue angle of 6º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B03224 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 36 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.31 |
| HSL | 6º | 0.66% | 0.42% | - |
| HSV(B) | 6º | 0.8% | 0.69% | - |
| XYZ | 19.36 | 11.64 | 2.89 | - |
| YUV | 86.08 | 99.74 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 36 | 0 | 0.72 | 0.80 | 0.31 | 6 | 0.66 | 0.42 |
| Hex | B0 | 32 | 24 | 0 | 48 | 50 | 1F | 6 | 42 | 2A |
| Octal | 260 | 62 | 44 | 0 | 110 | 120 | 37 | 6 | 102 | 52 |
| Binary | 10110000 | 110010 | 100100 | 0 | 1001000 | 1010000 | 11111 | 110 | 1000010 | 101010 |
Color Harmonies of #B03224
Complementary color
Monochromatic Colors of #B03224
Black with #B03224
Text Example
Text Example
White with #B03224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03224; }
p { color: rgb(176,50,36); }
H1.HeaderClassName
{
color: #B03224;
}
.AnyTagClassName
{
color: #B03224;
}
</style>
background-color css
<style>
a { background-color: #B03224; }
a { background-color: rgb(176,50,36); }
div.DivClassName
{
background-color: #B03224;
}
.BgClassName
{
background-color: #B03224;
}
</style>
border-color css
<style>
span { border-color: #B03224; }
span { border-color: rgb(176,50,36); }
td.TdClassName
{
border-color: #B03224;
}
.TagClassName
{
border-color: #B03224;
}
</style>