Shades of Brown #B02E2D
Tints of Brown #B02E2D
RGB
CMYK
RGB Variations
Color information
#B02E2D (or 0xB02E2D) is known color: Brown. HEX triplet: B0, 2E and 2D. RGB value is (176,46,45). Sum of RGB (Red+Green+Blue) = 176+46+45=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02E2D is #4FD1D2. Grayscale: #545454. Windows color (decimal): -5231059 or 2961072. OLE color: 2961072.
HSL color Cylindrical-coordinate representation of color #B02E2D: hue angle of 0.46º 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 #B02E2D is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 46 | 45 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.31 |
| HSL | 0.46º | 0.59% | 0.43% | - |
| HSV(B) | 0.46º | 0.74% | 0.69% | - |
| XYZ | 19.36 | 11.37 | 3.66 | - |
| YUV | 84.76 | 105.57 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 46 | 45 | 0 | 0.74 | 0.74 | 0.31 | 0.46 | 0.59 | 0.43 |
| Hex | B0 | 2E | 2D | 0 | 4A | 4A | 1F | 0 | 3B | 2B |
| Octal | 260 | 56 | 55 | 0 | 112 | 112 | 37 | 0 | 73 | 53 |
| Binary | 10110000 | 101110 | 101101 | 0 | 1001010 | 1001010 | 11111 | 0 | 111011 | 101011 |
Color Harmonies of #B02E2D
Complementary color
Monochromatic Colors of #B02E2D
Black with #B02E2D
Text Example
Text Example
White with #B02E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02E2D; }
p { color: rgb(176,46,45); }
H1.HeaderClassName
{
color: #B02E2D;
}
.AnyTagClassName
{
color: #B02E2D;
}
</style>
background-color css
<style>
a { background-color: #B02E2D; }
a { background-color: rgb(176,46,45); }
div.DivClassName
{
background-color: #B02E2D;
}
.BgClassName
{
background-color: #B02E2D;
}
</style>
border-color css
<style>
span { border-color: #B02E2D; }
span { border-color: rgb(176,46,45); }
td.TdClassName
{
border-color: #B02E2D;
}
.TagClassName
{
border-color: #B02E2D;
}
</style>