Shades of Brick Red #B82B3E
Tints of Brick Red #B82B3E
RGB
CMYK
RGB Variations
Color information
#B82B3E (or 0xB82B3E) is known color: Brick Red. HEX triplet: B8, 2B and 3E. RGB value is (184,43,62). Sum of RGB (Red+Green+Blue) = 184+43+62=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82B3E is #47D4C1. Grayscale: #575757. Windows color (decimal): -4707522 or 4074424. OLE color: 4074424.
HSL color Cylindrical-coordinate representation of color #B82B3E: hue angle of 351.91º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82B3E is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 43 | 62 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.28 |
| HSL | 351.91º | 0.62% | 0.45% | - |
| HSV(B) | 351.91º | 0.77% | 0.72% | - |
| XYZ | 21.5 | 12.27 | 5.79 | - |
| YUV | 87.33 | 113.71 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 43 | 62 | 0 | 0.77 | 0.66 | 0.28 | 351.91 | 0.62 | 0.45 |
| Hex | B8 | 2B | 3E | 0 | 4D | 42 | 1C | 160 | 3E | 2D |
| Octal | 270 | 53 | 76 | 0 | 115 | 102 | 34 | 540 | 76 | 55 |
| Binary | 10111000 | 101011 | 111110 | 0 | 1001101 | 1000010 | 11100 | 101100000 | 111110 | 101101 |
Color Harmonies of #B82B3E
Complementary color
Monochromatic Colors of #B82B3E
Black with #B82B3E
Text Example
Text Example
White with #B82B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82B3E; }
p { color: rgb(184,43,62); }
H1.HeaderClassName
{
color: #B82B3E;
}
.AnyTagClassName
{
color: #B82B3E;
}
</style>
background-color css
<style>
a { background-color: #B82B3E; }
a { background-color: rgb(184,43,62); }
div.DivClassName
{
background-color: #B82B3E;
}
.BgClassName
{
background-color: #B82B3E;
}
</style>
border-color css
<style>
span { border-color: #B82B3E; }
span { border-color: rgb(184,43,62); }
td.TdClassName
{
border-color: #B82B3E;
}
.TagClassName
{
border-color: #B82B3E;
}
</style>