Shades of Brick Red #B82941
Tints of Brick Red #B82941
RGB
CMYK
RGB Variations
Color information
#B82941 (or 0xB82941) is known color: Brick Red. HEX triplet: B8, 29 and 41. RGB value is (184,41,65). Sum of RGB (Red+Green+Blue) = 184+41+65=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B82941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82941 is #47D6BE. Grayscale: #565656. Windows color (decimal): -4708031 or 4270520. OLE color: 4270520.
HSL color Cylindrical-coordinate representation of color #B82941: hue angle of 349.93º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82941 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 65 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.28 |
| HSL | 349.93º | 0.64% | 0.44% | - |
| HSV(B) | 349.93º | 0.78% | 0.72% | - |
| XYZ | 21.51 | 12.16 | 6.21 | - |
| YUV | 86.49 | 115.88 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 65 | 0 | 0.78 | 0.65 | 0.28 | 349.93 | 0.64 | 0.44 |
| Hex | B8 | 29 | 41 | 0 | 4E | 41 | 1C | 15E | 40 | 2C |
| Octal | 270 | 51 | 101 | 0 | 116 | 101 | 34 | 536 | 100 | 54 |
| Binary | 10111000 | 101001 | 1000001 | 0 | 1001110 | 1000001 | 11100 | 101011110 | 1000000 | 101100 |
Color Harmonies of #B82941
Complementary color
Monochromatic Colors of #B82941
Black with #B82941
Text Example
Text Example
White with #B82941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82941; }
p { color: rgb(184,41,65); }
H1.HeaderClassName
{
color: #B82941;
}
.AnyTagClassName
{
color: #B82941;
}
</style>
background-color css
<style>
a { background-color: #B82941; }
a { background-color: rgb(184,41,65); }
div.DivClassName
{
background-color: #B82941;
}
.BgClassName
{
background-color: #B82941;
}
</style>
border-color css
<style>
span { border-color: #B82941; }
span { border-color: rgb(184,41,65); }
td.TdClassName
{
border-color: #B82941;
}
.TagClassName
{
border-color: #B82941;
}
</style>