Shades of Brown #B0322C
Tints of Brown #B0322C
RGB
CMYK
RGB Variations
Color information
#B0322C (or 0xB0322C) is known color: Brown. HEX triplet: B0, 32 and 2C. RGB value is (176,50,44). Sum of RGB (Red+Green+Blue) = 176+50+44=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B0322C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0322C is #4FCDD3. Grayscale: #575757. Windows color (decimal): -5230036 or 2896560. OLE color: 2896560.
HSL color Cylindrical-coordinate representation of color #B0322C: hue angle of 2.73º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0322C is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 44 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.31 |
| HSL | 2.73º | 0.6% | 0.43% | - |
| HSV(B) | 2.73º | 0.75% | 0.69% | - |
| XYZ | 19.5 | 11.69 | 3.61 | - |
| YUV | 86.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 44 | 0 | 0.72 | 0.75 | 0.31 | 2.73 | 0.6 | 0.43 |
| Hex | B0 | 32 | 2C | 0 | 48 | 4B | 1F | 3 | 3C | 2B |
| Octal | 260 | 62 | 54 | 0 | 110 | 113 | 37 | 3 | 74 | 53 |
| Binary | 10110000 | 110010 | 101100 | 0 | 1001000 | 1001011 | 11111 | 11 | 111100 | 101011 |
Color Harmonies of #B0322C
Complementary color
Monochromatic Colors of #B0322C
Black with #B0322C
Text Example
Text Example
White with #B0322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0322C; }
p { color: rgb(176,50,44); }
H1.HeaderClassName
{
color: #B0322C;
}
.AnyTagClassName
{
color: #B0322C;
}
</style>
background-color css
<style>
a { background-color: #B0322C; }
a { background-color: rgb(176,50,44); }
div.DivClassName
{
background-color: #B0322C;
}
.BgClassName
{
background-color: #B0322C;
}
</style>
border-color css
<style>
span { border-color: #B0322C; }
span { border-color: rgb(176,50,44); }
td.TdClassName
{
border-color: #B0322C;
}
.TagClassName
{
border-color: #B0322C;
}
</style>