Shades of Brown #B32F2A
Tints of Brown #B32F2A
RGB
CMYK
RGB Variations
Color information
#B32F2A (or 0xB32F2A) is known color: Brown. HEX triplet: B3, 2F and 2A. RGB value is (179,47,42). Sum of RGB (Red+Green+Blue) = 179+47+42=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32F2A is #4CD0D5. Grayscale: #565656. Windows color (decimal): -5034198 or 2764723. OLE color: 2764723.
HSL color Cylindrical-coordinate representation of color #B32F2A: hue angle of 2.19º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32F2A is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 42 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.30 |
| HSL | 2.19º | 0.62% | 0.43% | - |
| HSV(B) | 2.19º | 0.77% | 0.7% | - |
| XYZ | 20.02 | 11.78 | 3.41 | - |
| YUV | 85.9 | 103.23 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 42 | 0 | 0.74 | 0.77 | 0.30 | 2.19 | 0.62 | 0.43 |
| Hex | B3 | 2F | 2A | 0 | 4A | 4D | 1E | 2 | 3E | 2B |
| Octal | 263 | 57 | 52 | 0 | 112 | 115 | 36 | 2 | 76 | 53 |
| Binary | 10110011 | 101111 | 101010 | 0 | 1001010 | 1001101 | 11110 | 10 | 111110 | 101011 |
Color Harmonies of #B32F2A
Complementary color
Monochromatic Colors of #B32F2A
Black with #B32F2A
Text Example
Text Example
White with #B32F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32F2A; }
p { color: rgb(179,47,42); }
H1.HeaderClassName
{
color: #B32F2A;
}
.AnyTagClassName
{
color: #B32F2A;
}
</style>
background-color css
<style>
a { background-color: #B32F2A; }
a { background-color: rgb(179,47,42); }
div.DivClassName
{
background-color: #B32F2A;
}
.BgClassName
{
background-color: #B32F2A;
}
</style>
border-color css
<style>
span { border-color: #B32F2A; }
span { border-color: rgb(179,47,42); }
td.TdClassName
{
border-color: #B32F2A;
}
.TagClassName
{
border-color: #B32F2A;
}
</style>