Shades of Brown #B0312D
Tints of Brown #B0312D
RGB
CMYK
RGB Variations
Color information
#B0312D (or 0xB0312D) is known color: Brown. HEX triplet: B0, 31 and 2D. RGB value is (176,49,45). Sum of RGB (Red+Green+Blue) = 176+49+45=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B0312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0312D is #4FCED2. Grayscale: #565656. Windows color (decimal): -5230291 or 2961840. OLE color: 2961840.
HSL color Cylindrical-coordinate representation of color #B0312D: hue angle of 1.83º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0312D is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 49 | 45 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.31 |
| HSL | 1.83º | 0.59% | 0.43% | - |
| HSV(B) | 1.83º | 0.74% | 0.69% | - |
| XYZ | 19.48 | 11.62 | 3.7 | - |
| YUV | 86.52 | 104.58 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 45 | 0 | 0.72 | 0.74 | 0.31 | 1.83 | 0.59 | 0.43 |
| Hex | B0 | 31 | 2D | 0 | 48 | 4A | 1F | 2 | 3B | 2B |
| Octal | 260 | 61 | 55 | 0 | 110 | 112 | 37 | 2 | 73 | 53 |
| Binary | 10110000 | 110001 | 101101 | 0 | 1001000 | 1001010 | 11111 | 10 | 111011 | 101011 |
Color Harmonies of #B0312D
Complementary color
Monochromatic Colors of #B0312D
Black with #B0312D
Text Example
Text Example
White with #B0312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0312D; }
p { color: rgb(176,49,45); }
H1.HeaderClassName
{
color: #B0312D;
}
.AnyTagClassName
{
color: #B0312D;
}
</style>
background-color css
<style>
a { background-color: #B0312D; }
a { background-color: rgb(176,49,45); }
div.DivClassName
{
background-color: #B0312D;
}
.BgClassName
{
background-color: #B0312D;
}
</style>
border-color css
<style>
span { border-color: #B0312D; }
span { border-color: rgb(176,49,45); }
td.TdClassName
{
border-color: #B0312D;
}
.TagClassName
{
border-color: #B0312D;
}
</style>