Shades of Brick Red #B82E3E
Tints of Brick Red #B82E3E
RGB
CMYK
RGB Variations
Color information
#B82E3E (or 0xB82E3E) is known color: Brick Red. HEX triplet: B8, 2E and 3E. RGB value is (184,46,62). Sum of RGB (Red+Green+Blue) = 184+46+62=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82E3E is #47D1C1. Grayscale: #595959. Windows color (decimal): -4706754 or 4075192. OLE color: 4075192.
HSL color Cylindrical-coordinate representation of color #B82E3E: hue angle of 353.04º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B82E3E is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 46 | 62 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.28 |
| HSL | 353.04º | 0.6% | 0.45% | - |
| HSV(B) | 353.04º | 0.75% | 0.72% | - |
| XYZ | 21.61 | 12.49 | 5.83 | - |
| YUV | 89.09 | 112.72 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 46 | 62 | 0 | 0.75 | 0.66 | 0.28 | 353.04 | 0.6 | 0.45 |
| Hex | B8 | 2E | 3E | 0 | 4B | 42 | 1C | 161 | 3C | 2D |
| Octal | 270 | 56 | 76 | 0 | 113 | 102 | 34 | 541 | 74 | 55 |
| Binary | 10111000 | 101110 | 111110 | 0 | 1001011 | 1000010 | 11100 | 101100001 | 111100 | 101101 |
Color Harmonies of #B82E3E
Complementary color
Monochromatic Colors of #B82E3E
Black with #B82E3E
Text Example
Text Example
White with #B82E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82E3E; }
p { color: rgb(184,46,62); }
H1.HeaderClassName
{
color: #B82E3E;
}
.AnyTagClassName
{
color: #B82E3E;
}
</style>
background-color css
<style>
a { background-color: #B82E3E; }
a { background-color: rgb(184,46,62); }
div.DivClassName
{
background-color: #B82E3E;
}
.BgClassName
{
background-color: #B82E3E;
}
</style>
border-color css
<style>
span { border-color: #B82E3E; }
span { border-color: rgb(184,46,62); }
td.TdClassName
{
border-color: #B82E3E;
}
.TagClassName
{
border-color: #B82E3E;
}
</style>