Shades of Brown #B1312F
Tints of Brown #B1312F
RGB
CMYK
RGB Variations
Color information
#B1312F (or 0xB1312F) is known color: Brown. HEX triplet: B1, 31 and 2F. RGB value is (177,49,47). Sum of RGB (Red+Green+Blue) = 177+49+47=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B1312F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1312F is #4ECED0. Grayscale: #575757. Windows color (decimal): -5164753 or 3092913. OLE color: 3092913.
HSL color Cylindrical-coordinate representation of color #B1312F: hue angle of 0.92º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1312F is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 49 | 47 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.31 |
| HSL | 0.92º | 0.58% | 0.44% | - |
| HSV(B) | 0.92º | 0.73% | 0.69% | - |
| XYZ | 19.74 | 11.75 | 3.92 | - |
| YUV | 87.04 | 105.41 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 47 | 0 | 0.72 | 0.73 | 0.31 | 0.92 | 0.58 | 0.44 |
| Hex | B1 | 31 | 2F | 0 | 48 | 49 | 1F | 1 | 3A | 2C |
| Octal | 261 | 61 | 57 | 0 | 110 | 111 | 37 | 1 | 72 | 54 |
| Binary | 10110001 | 110001 | 101111 | 0 | 1001000 | 1001001 | 11111 | 1 | 111010 | 101100 |
Color Harmonies of #B1312F
Complementary color
Monochromatic Colors of #B1312F
Black with #B1312F
Text Example
Text Example
White with #B1312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1312F; }
p { color: rgb(177,49,47); }
H1.HeaderClassName
{
color: #B1312F;
}
.AnyTagClassName
{
color: #B1312F;
}
</style>
background-color css
<style>
a { background-color: #B1312F; }
a { background-color: rgb(177,49,47); }
div.DivClassName
{
background-color: #B1312F;
}
.BgClassName
{
background-color: #B1312F;
}
</style>
border-color css
<style>
span { border-color: #B1312F; }
span { border-color: rgb(177,49,47); }
td.TdClassName
{
border-color: #B1312F;
}
.TagClassName
{
border-color: #B1312F;
}
</style>