Shades of Brown #B0342A
Tints of Brown #B0342A
RGB
CMYK
RGB Variations
Color information
#B0342A (or 0xB0342A) is known color: Brown. HEX triplet: B0, 34 and 2A. RGB value is (176,52,42). Sum of RGB (Red+Green+Blue) = 176+52+42=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B0342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0342A is #4FCBD5. Grayscale: #585858. Windows color (decimal): -5229526 or 2766000. OLE color: 2766000.
HSL color Cylindrical-coordinate representation of color #B0342A: hue angle of 4.48º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0342A is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 52 | 42 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.31 |
| HSL | 4.48º | 0.61% | 0.43% | - |
| HSV(B) | 4.48º | 0.76% | 0.69% | - |
| XYZ | 19.55 | 11.85 | 3.45 | - |
| YUV | 87.94 | 102.08 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 42 | 0 | 0.70 | 0.76 | 0.31 | 4.48 | 0.61 | 0.43 |
| Hex | B0 | 34 | 2A | 0 | 46 | 4C | 1F | 4 | 3D | 2B |
| Octal | 260 | 64 | 52 | 0 | 106 | 114 | 37 | 4 | 75 | 53 |
| Binary | 10110000 | 110100 | 101010 | 0 | 1000110 | 1001100 | 11111 | 100 | 111101 | 101011 |
Color Harmonies of #B0342A
Complementary color
Monochromatic Colors of #B0342A
Black with #B0342A
Text Example
Text Example
White with #B0342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0342A; }
p { color: rgb(176,52,42); }
H1.HeaderClassName
{
color: #B0342A;
}
.AnyTagClassName
{
color: #B0342A;
}
</style>
background-color css
<style>
a { background-color: #B0342A; }
a { background-color: rgb(176,52,42); }
div.DivClassName
{
background-color: #B0342A;
}
.BgClassName
{
background-color: #B0342A;
}
</style>
border-color css
<style>
span { border-color: #B0342A; }
span { border-color: rgb(176,52,42); }
td.TdClassName
{
border-color: #B0342A;
}
.TagClassName
{
border-color: #B0342A;
}
</style>