Shades of Brown #B12F2F
Tints of Brown #B12F2F
RGB
CMYK
RGB Variations
Color information
#B12F2F (or 0xB12F2F) is known color: Brown. HEX triplet: B1, 2F and 2F. RGB value is (177,47,47). Sum of RGB (Red+Green+Blue) = 177+47+47=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12F2F is #4ED0D0. Grayscale: #565656. Windows color (decimal): -5165265 or 3092401. OLE color: 3092401.
HSL color Cylindrical-coordinate representation of color #B12F2F: hue angle of 0º 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 #B12F2F is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 47 | 47 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.31 |
| HSL | 0º | 0.58% | 0.44% | - |
| HSV(B) | 0º | 0.73% | 0.69% | - |
| XYZ | 19.66 | 11.59 | 3.89 | - |
| YUV | 85.87 | 106.07 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 47 | 47 | 0 | 0.73 | 0.73 | 0.31 | 0 | 0.58 | 0.44 |
| Hex | B1 | 2F | 2F | 0 | 49 | 49 | 1F | 0 | 3A | 2C |
| Octal | 261 | 57 | 57 | 0 | 111 | 111 | 37 | 0 | 72 | 54 |
| Binary | 10110001 | 101111 | 101111 | 0 | 1001001 | 1001001 | 11111 | 0 | 111010 | 101100 |
Color Harmonies of #B12F2F
Complementary color
Monochromatic Colors of #B12F2F
Black with #B12F2F
Text Example
Text Example
White with #B12F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12F2F; }
p { color: rgb(177,47,47); }
H1.HeaderClassName
{
color: #B12F2F;
}
.AnyTagClassName
{
color: #B12F2F;
}
</style>
background-color css
<style>
a { background-color: #B12F2F; }
a { background-color: rgb(177,47,47); }
div.DivClassName
{
background-color: #B12F2F;
}
.BgClassName
{
background-color: #B12F2F;
}
</style>
border-color css
<style>
span { border-color: #B12F2F; }
span { border-color: rgb(177,47,47); }
td.TdClassName
{
border-color: #B12F2F;
}
.TagClassName
{
border-color: #B12F2F;
}
</style>