Shades of Brick Red #B82D3A
Tints of Brick Red #B82D3A
RGB
CMYK
RGB Variations
Color information
#B82D3A (or 0xB82D3A) is known color: Brick Red. HEX triplet: B8, 2D and 3A. RGB value is (184,45,58). Sum of RGB (Red+Green+Blue) = 184+45+58=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82D3A is #47D2C5. Grayscale: #585858. Windows color (decimal): -4707014 or 3812792. OLE color: 3812792.
HSL color Cylindrical-coordinate representation of color #B82D3A: hue angle of 354.39º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82D3A is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 58 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.28 |
| HSL | 354.39º | 0.61% | 0.45% | - |
| HSV(B) | 354.39º | 0.76% | 0.72% | - |
| XYZ | 21.47 | 12.37 | 5.26 | - |
| YUV | 88.04 | 111.05 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 58 | 0 | 0.76 | 0.68 | 0.28 | 354.39 | 0.61 | 0.45 |
| Hex | B8 | 2D | 3A | 0 | 4C | 44 | 1C | 162 | 3D | 2D |
| Octal | 270 | 55 | 72 | 0 | 114 | 104 | 34 | 542 | 75 | 55 |
| Binary | 10111000 | 101101 | 111010 | 0 | 1001100 | 1000100 | 11100 | 101100010 | 111101 | 101101 |
Color Harmonies of #B82D3A
Complementary color
Monochromatic Colors of #B82D3A
Black with #B82D3A
Text Example
Text Example
White with #B82D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D3A; }
p { color: rgb(184,45,58); }
H1.HeaderClassName
{
color: #B82D3A;
}
.AnyTagClassName
{
color: #B82D3A;
}
</style>
background-color css
<style>
a { background-color: #B82D3A; }
a { background-color: rgb(184,45,58); }
div.DivClassName
{
background-color: #B82D3A;
}
.BgClassName
{
background-color: #B82D3A;
}
</style>
border-color css
<style>
span { border-color: #B82D3A; }
span { border-color: rgb(184,45,58); }
td.TdClassName
{
border-color: #B82D3A;
}
.TagClassName
{
border-color: #B82D3A;
}
</style>