Shades of Brown #B02D2C
Tints of Brown #B02D2C
RGB
CMYK
RGB Variations
Color information
#B02D2C (or 0xB02D2C) is known color: Brown. HEX triplet: B0, 2D and 2C. RGB value is (176,45,44). Sum of RGB (Red+Green+Blue) = 176+45+44=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02D2C is #4FD2D3. Grayscale: #545454. Windows color (decimal): -5231316 or 2895280. OLE color: 2895280.
HSL color Cylindrical-coordinate representation of color #B02D2C: hue angle of 0.45º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B02D2C is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 45 | 44 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.31 |
| HSL | 0.45º | 0.6% | 0.43% | - |
| HSV(B) | 0.45º | 0.75% | 0.69% | - |
| XYZ | 19.3 | 11.29 | 3.54 | - |
| YUV | 84.06 | 105.4 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 45 | 44 | 0 | 0.74 | 0.75 | 0.31 | 0.45 | 0.6 | 0.43 |
| Hex | B0 | 2D | 2C | 0 | 4A | 4B | 1F | 0 | 3C | 2B |
| Octal | 260 | 55 | 54 | 0 | 112 | 113 | 37 | 0 | 74 | 53 |
| Binary | 10110000 | 101101 | 101100 | 0 | 1001010 | 1001011 | 11111 | 0 | 111100 | 101011 |
Color Harmonies of #B02D2C
Complementary color
Monochromatic Colors of #B02D2C
Black with #B02D2C
Text Example
Text Example
White with #B02D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02D2C; }
p { color: rgb(176,45,44); }
H1.HeaderClassName
{
color: #B02D2C;
}
.AnyTagClassName
{
color: #B02D2C;
}
</style>
background-color css
<style>
a { background-color: #B02D2C; }
a { background-color: rgb(176,45,44); }
div.DivClassName
{
background-color: #B02D2C;
}
.BgClassName
{
background-color: #B02D2C;
}
</style>
border-color css
<style>
span { border-color: #B02D2C; }
span { border-color: rgb(176,45,44); }
td.TdClassName
{
border-color: #B02D2C;
}
.TagClassName
{
border-color: #B02D2C;
}
</style>