Shades of Brown #B5312B
Tints of Brown #B5312B
RGB
CMYK
RGB Variations
Color information
#B5312B (or 0xB5312B) is known color: Brown. HEX triplet: B5, 31 and 2B. RGB value is (181,49,43). Sum of RGB (Red+Green+Blue) = 181+49+43=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B5312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5312B is #4ACED4. Grayscale: #575757. Windows color (decimal): -4902613 or 2830773. OLE color: 2830773.
HSL color Cylindrical-coordinate representation of color #B5312B: hue angle of 2.61º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5312B is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 49 | 43 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.29 |
| HSL | 2.61º | 0.62% | 0.44% | - |
| HSV(B) | 2.61º | 0.76% | 0.71% | - |
| XYZ | 20.59 | 12.19 | 3.55 | - |
| YUV | 87.78 | 102.73 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 43 | 0 | 0.73 | 0.76 | 0.29 | 2.61 | 0.62 | 0.44 |
| Hex | B5 | 31 | 2B | 0 | 49 | 4C | 1D | 3 | 3E | 2C |
| Octal | 265 | 61 | 53 | 0 | 111 | 114 | 35 | 3 | 76 | 54 |
| Binary | 10110101 | 110001 | 101011 | 0 | 1001001 | 1001100 | 11101 | 11 | 111110 | 101100 |
Color Harmonies of #B5312B
Complementary color
Monochromatic Colors of #B5312B
Black with #B5312B
Text Example
Text Example
White with #B5312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5312B; }
p { color: rgb(181,49,43); }
H1.HeaderClassName
{
color: #B5312B;
}
.AnyTagClassName
{
color: #B5312B;
}
</style>
background-color css
<style>
a { background-color: #B5312B; }
a { background-color: rgb(181,49,43); }
div.DivClassName
{
background-color: #B5312B;
}
.BgClassName
{
background-color: #B5312B;
}
</style>
border-color css
<style>
span { border-color: #B5312B; }
span { border-color: rgb(181,49,43); }
td.TdClassName
{
border-color: #B5312B;
}
.TagClassName
{
border-color: #B5312B;
}
</style>