Shades of Brown #B0302C
Tints of Brown #B0302C
RGB
CMYK
RGB Variations
Color information
#B0302C (or 0xB0302C) is known color: Brown. HEX triplet: B0, 30 and 2C. RGB value is (176,48,44). Sum of RGB (Red+Green+Blue) = 176+48+44=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B0302C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0302C is #4FCFD3. Grayscale: #555555. Windows color (decimal): -5230548 or 2896048. OLE color: 2896048.
HSL color Cylindrical-coordinate representation of color #B0302C: hue angle of 1.82º 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 #B0302C is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 48 | 44 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.31 |
| HSL | 1.82º | 0.6% | 0.43% | - |
| HSV(B) | 1.82º | 0.75% | 0.69% | - |
| XYZ | 19.42 | 11.53 | 3.58 | - |
| YUV | 85.82 | 104.41 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 44 | 0 | 0.73 | 0.75 | 0.31 | 1.82 | 0.6 | 0.43 |
| Hex | B0 | 30 | 2C | 0 | 49 | 4B | 1F | 2 | 3C | 2B |
| Octal | 260 | 60 | 54 | 0 | 111 | 113 | 37 | 2 | 74 | 53 |
| Binary | 10110000 | 110000 | 101100 | 0 | 1001001 | 1001011 | 11111 | 10 | 111100 | 101011 |
Color Harmonies of #B0302C
Complementary color
Monochromatic Colors of #B0302C
Black with #B0302C
Text Example
Text Example
White with #B0302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0302C; }
p { color: rgb(176,48,44); }
H1.HeaderClassName
{
color: #B0302C;
}
.AnyTagClassName
{
color: #B0302C;
}
</style>
background-color css
<style>
a { background-color: #B0302C; }
a { background-color: rgb(176,48,44); }
div.DivClassName
{
background-color: #B0302C;
}
.BgClassName
{
background-color: #B0302C;
}
</style>
border-color css
<style>
span { border-color: #B0302C; }
span { border-color: rgb(176,48,44); }
td.TdClassName
{
border-color: #B0302C;
}
.TagClassName
{
border-color: #B0302C;
}
</style>