Shades of Brown #B12E2D
Tints of Brown #B12E2D
RGB
CMYK
RGB Variations
Color information
#B12E2D (or 0xB12E2D) is known color: Brown. HEX triplet: B1, 2E and 2D. RGB value is (177,46,45). Sum of RGB (Red+Green+Blue) = 177+46+45=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12E2D is #4ED1D2. Grayscale: #555555. Windows color (decimal): -5165523 or 2961073. OLE color: 2961073.
HSL color Cylindrical-coordinate representation of color #B12E2D: hue angle of 0.45º 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 #B12E2D is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 46 | 45 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.31 |
| HSL | 0.45º | 0.59% | 0.44% | - |
| HSV(B) | 0.45º | 0.75% | 0.69% | - |
| XYZ | 19.58 | 11.49 | 3.67 | - |
| YUV | 85.06 | 105.4 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 46 | 45 | 0 | 0.74 | 0.75 | 0.31 | 0.45 | 0.59 | 0.44 |
| Hex | B1 | 2E | 2D | 0 | 4A | 4B | 1F | 0 | 3B | 2C |
| Octal | 261 | 56 | 55 | 0 | 112 | 113 | 37 | 0 | 73 | 54 |
| Binary | 10110001 | 101110 | 101101 | 0 | 1001010 | 1001011 | 11111 | 0 | 111011 | 101100 |
Color Harmonies of #B12E2D
Complementary color
Monochromatic Colors of #B12E2D
Black with #B12E2D
Text Example
Text Example
White with #B12E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12E2D; }
p { color: rgb(177,46,45); }
H1.HeaderClassName
{
color: #B12E2D;
}
.AnyTagClassName
{
color: #B12E2D;
}
</style>
background-color css
<style>
a { background-color: #B12E2D; }
a { background-color: rgb(177,46,45); }
div.DivClassName
{
background-color: #B12E2D;
}
.BgClassName
{
background-color: #B12E2D;
}
</style>
border-color css
<style>
span { border-color: #B12E2D; }
span { border-color: rgb(177,46,45); }
td.TdClassName
{
border-color: #B12E2D;
}
.TagClassName
{
border-color: #B12E2D;
}
</style>