Shades of Brown #B1302D
Tints of Brown #B1302D
RGB
CMYK
RGB Variations
Color information
#B1302D (or 0xB1302D) is known color: Brown. HEX triplet: B1, 30 and 2D. RGB value is (177,48,45). Sum of RGB (Red+Green+Blue) = 177+48+45=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B1302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1302D is #4ECFD2. Grayscale: #565656. Windows color (decimal): -5165011 or 2961585. OLE color: 2961585.
HSL color Cylindrical-coordinate representation of color #B1302D: hue angle of 1.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1302D is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 48 | 45 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.31 |
| HSL | 1.36º | 0.59% | 0.44% | - |
| HSV(B) | 1.36º | 0.75% | 0.69% | - |
| XYZ | 19.66 | 11.65 | 3.7 | - |
| YUV | 86.23 | 104.74 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 45 | 0 | 0.73 | 0.75 | 0.31 | 1.36 | 0.59 | 0.44 |
| Hex | B1 | 30 | 2D | 0 | 49 | 4B | 1F | 1 | 3B | 2C |
| Octal | 261 | 60 | 55 | 0 | 111 | 113 | 37 | 1 | 73 | 54 |
| Binary | 10110001 | 110000 | 101101 | 0 | 1001001 | 1001011 | 11111 | 1 | 111011 | 101100 |
Color Harmonies of #B1302D
Complementary color
Monochromatic Colors of #B1302D
Black with #B1302D
Text Example
Text Example
White with #B1302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1302D; }
p { color: rgb(177,48,45); }
H1.HeaderClassName
{
color: #B1302D;
}
.AnyTagClassName
{
color: #B1302D;
}
</style>
background-color css
<style>
a { background-color: #B1302D; }
a { background-color: rgb(177,48,45); }
div.DivClassName
{
background-color: #B1302D;
}
.BgClassName
{
background-color: #B1302D;
}
</style>
border-color css
<style>
span { border-color: #B1302D; }
span { border-color: rgb(177,48,45); }
td.TdClassName
{
border-color: #B1302D;
}
.TagClassName
{
border-color: #B1302D;
}
</style>