Shades of Brown #B12D2B
Tints of Brown #B12D2B
RGB
CMYK
RGB Variations
Color information
#B12D2B (or 0xB12D2B) is known color: Brown. HEX triplet: B1, 2D and 2B. RGB value is (177,45,43). Sum of RGB (Red+Green+Blue) = 177+45+43=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12D2B is #4ED2D4. Grayscale: #545454. Windows color (decimal): -5165781 or 2829745. OLE color: 2829745.
HSL color Cylindrical-coordinate representation of color #B12D2B: hue angle of 0.9º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B12D2B is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 43 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.31 |
| HSL | 0.9º | 0.61% | 0.43% | - |
| HSV(B) | 0.9º | 0.76% | 0.69% | - |
| XYZ | 19.51 | 11.4 | 3.46 | - |
| YUV | 84.24 | 104.73 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 43 | 0 | 0.75 | 0.76 | 0.31 | 0.9 | 0.61 | 0.43 |
| Hex | B1 | 2D | 2B | 0 | 4B | 4C | 1F | 1 | 3D | 2B |
| Octal | 261 | 55 | 53 | 0 | 113 | 114 | 37 | 1 | 75 | 53 |
| Binary | 10110001 | 101101 | 101011 | 0 | 1001011 | 1001100 | 11111 | 1 | 111101 | 101011 |
Color Harmonies of #B12D2B
Complementary color
Monochromatic Colors of #B12D2B
Black with #B12D2B
Text Example
Text Example
White with #B12D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D2B; }
p { color: rgb(177,45,43); }
H1.HeaderClassName
{
color: #B12D2B;
}
.AnyTagClassName
{
color: #B12D2B;
}
</style>
background-color css
<style>
a { background-color: #B12D2B; }
a { background-color: rgb(177,45,43); }
div.DivClassName
{
background-color: #B12D2B;
}
.BgClassName
{
background-color: #B12D2B;
}
</style>
border-color css
<style>
span { border-color: #B12D2B; }
span { border-color: rgb(177,45,43); }
td.TdClassName
{
border-color: #B12D2B;
}
.TagClassName
{
border-color: #B12D2B;
}
</style>