Shades of Brown #B03424
Tints of Brown #B03424
RGB
CMYK
RGB Variations
Color information
#B03424 (or 0xB03424) is known color: Brown. HEX triplet: B0, 34 and 24. RGB value is (176,52,36). Sum of RGB (Red+Green+Blue) = 176+52+36=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B03424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03424 is #4FCBDB. Grayscale: #575757. Windows color (decimal): -5229532 or 2372784. OLE color: 2372784.
HSL color Cylindrical-coordinate representation of color #B03424: hue angle of 6.86º 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 #B03424 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 52 | 36 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.31 |
| HSL | 6.86º | 0.66% | 0.42% | - |
| HSV(B) | 6.86º | 0.8% | 0.69% | - |
| XYZ | 19.45 | 11.81 | 2.92 | - |
| YUV | 87.25 | 99.08 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 36 | 0 | 0.70 | 0.80 | 0.31 | 6.86 | 0.66 | 0.42 |
| Hex | B0 | 34 | 24 | 0 | 46 | 50 | 1F | 7 | 42 | 2A |
| Octal | 260 | 64 | 44 | 0 | 106 | 120 | 37 | 7 | 102 | 52 |
| Binary | 10110000 | 110100 | 100100 | 0 | 1000110 | 1010000 | 11111 | 111 | 1000010 | 101010 |
Color Harmonies of #B03424
Complementary color
Monochromatic Colors of #B03424
Black with #B03424
Text Example
Text Example
White with #B03424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03424; }
p { color: rgb(176,52,36); }
H1.HeaderClassName
{
color: #B03424;
}
.AnyTagClassName
{
color: #B03424;
}
</style>
background-color css
<style>
a { background-color: #B03424; }
a { background-color: rgb(176,52,36); }
div.DivClassName
{
background-color: #B03424;
}
.BgClassName
{
background-color: #B03424;
}
</style>
border-color css
<style>
span { border-color: #B03424; }
span { border-color: rgb(176,52,36); }
td.TdClassName
{
border-color: #B03424;
}
.TagClassName
{
border-color: #B03424;
}
</style>