Shades of Brown #B0302A
Tints of Brown #B0302A
RGB
CMYK
RGB Variations
Color information
#B0302A (or 0xB0302A) is known color: Brown. HEX triplet: B0, 30 and 2A. RGB value is (176,48,42). Sum of RGB (Red+Green+Blue) = 176+48+42=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B0302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0302A is #4FCFD5. Grayscale: #555555. Windows color (decimal): -5230550 or 2764976. OLE color: 2764976.
HSL color Cylindrical-coordinate representation of color #B0302A: hue angle of 2.69º 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 #B0302A is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 48 | 42 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.31 |
| HSL | 2.69º | 0.61% | 0.43% | - |
| HSV(B) | 2.69º | 0.76% | 0.69% | - |
| XYZ | 19.38 | 11.51 | 3.39 | - |
| YUV | 85.59 | 103.41 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 42 | 0 | 0.73 | 0.76 | 0.31 | 2.69 | 0.61 | 0.43 |
| Hex | B0 | 30 | 2A | 0 | 49 | 4C | 1F | 3 | 3D | 2B |
| Octal | 260 | 60 | 52 | 0 | 111 | 114 | 37 | 3 | 75 | 53 |
| Binary | 10110000 | 110000 | 101010 | 0 | 1001001 | 1001100 | 11111 | 11 | 111101 | 101011 |
Color Harmonies of #B0302A
Complementary color
Monochromatic Colors of #B0302A
Black with #B0302A
Text Example
Text Example
White with #B0302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0302A; }
p { color: rgb(176,48,42); }
H1.HeaderClassName
{
color: #B0302A;
}
.AnyTagClassName
{
color: #B0302A;
}
</style>
background-color css
<style>
a { background-color: #B0302A; }
a { background-color: rgb(176,48,42); }
div.DivClassName
{
background-color: #B0302A;
}
.BgClassName
{
background-color: #B0302A;
}
</style>
border-color css
<style>
span { border-color: #B0302A; }
span { border-color: rgb(176,48,42); }
td.TdClassName
{
border-color: #B0302A;
}
.TagClassName
{
border-color: #B0302A;
}
</style>