Shades of Brown #B1302C
Tints of Brown #B1302C
RGB
CMYK
RGB Variations
Color information
#B1302C (or 0xB1302C) is known color: Brown. HEX triplet: B1, 30 and 2C. RGB value is (177,48,44). Sum of RGB (Red+Green+Blue) = 177+48+44=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B1302C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1302C is #4ECFD3. Grayscale: #565656. Windows color (decimal): -5165012 or 2896049. OLE color: 2896049.
HSL color Cylindrical-coordinate representation of color #B1302C: hue angle of 1.8º 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 #B1302C is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 48 | 44 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.31 |
| HSL | 1.8º | 0.6% | 0.43% | - |
| HSV(B) | 1.8º | 0.75% | 0.69% | - |
| XYZ | 19.64 | 11.64 | 3.59 | - |
| YUV | 86.12 | 104.24 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 44 | 0 | 0.73 | 0.75 | 0.31 | 1.8 | 0.6 | 0.43 |
| Hex | B1 | 30 | 2C | 0 | 49 | 4B | 1F | 2 | 3C | 2B |
| Octal | 261 | 60 | 54 | 0 | 111 | 113 | 37 | 2 | 74 | 53 |
| Binary | 10110001 | 110000 | 101100 | 0 | 1001001 | 1001011 | 11111 | 10 | 111100 | 101011 |
Color Harmonies of #B1302C
Complementary color
Monochromatic Colors of #B1302C
Black with #B1302C
Text Example
Text Example
White with #B1302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1302C; }
p { color: rgb(177,48,44); }
H1.HeaderClassName
{
color: #B1302C;
}
.AnyTagClassName
{
color: #B1302C;
}
</style>
background-color css
<style>
a { background-color: #B1302C; }
a { background-color: rgb(177,48,44); }
div.DivClassName
{
background-color: #B1302C;
}
.BgClassName
{
background-color: #B1302C;
}
</style>
border-color css
<style>
span { border-color: #B1302C; }
span { border-color: rgb(177,48,44); }
td.TdClassName
{
border-color: #B1302C;
}
.TagClassName
{
border-color: #B1302C;
}
</style>