Shades of Brown #B43129
Tints of Brown #B43129
RGB
CMYK
RGB Variations
Color information
#B43129 (or 0xB43129) is known color: Brown. HEX triplet: B4, 31 and 29. RGB value is (180,49,41). Sum of RGB (Red+Green+Blue) = 180+49+41=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B43129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43129 is #4BCED6. Grayscale: #575757. Windows color (decimal): -4968151 or 2699700. OLE color: 2699700.
HSL color Cylindrical-coordinate representation of color #B43129: hue angle of 3.45º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B43129 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 49 | 41 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.29 |
| HSL | 3.45º | 0.63% | 0.43% | - |
| HSV(B) | 3.45º | 0.77% | 0.71% | - |
| XYZ | 20.32 | 12.06 | 3.35 | - |
| YUV | 87.26 | 101.9 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 41 | 0 | 0.73 | 0.77 | 0.29 | 3.45 | 0.63 | 0.43 |
| Hex | B4 | 31 | 29 | 0 | 49 | 4D | 1D | 3 | 3F | 2B |
| Octal | 264 | 61 | 51 | 0 | 111 | 115 | 35 | 3 | 77 | 53 |
| Binary | 10110100 | 110001 | 101001 | 0 | 1001001 | 1001101 | 11101 | 11 | 111111 | 101011 |
Color Harmonies of #B43129
Complementary color
Monochromatic Colors of #B43129
Black with #B43129
Text Example
Text Example
White with #B43129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43129; }
p { color: rgb(180,49,41); }
H1.HeaderClassName
{
color: #B43129;
}
.AnyTagClassName
{
color: #B43129;
}
</style>
background-color css
<style>
a { background-color: #B43129; }
a { background-color: rgb(180,49,41); }
div.DivClassName
{
background-color: #B43129;
}
.BgClassName
{
background-color: #B43129;
}
</style>
border-color css
<style>
span { border-color: #B43129; }
span { border-color: rgb(180,49,41); }
td.TdClassName
{
border-color: #B43129;
}
.TagClassName
{
border-color: #B43129;
}
</style>