Shades of Brick Red #B82740
Tints of Brick Red #B82740
RGB
CMYK
RGB Variations
Color information
#B82740 (or 0xB82740) is known color: Brick Red. HEX triplet: B8, 27 and 40. RGB value is (184,39,64). Sum of RGB (Red+Green+Blue) = 184+39+64=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B82740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82740 is #47D8BF. Grayscale: #555555. Windows color (decimal): -4708544 or 4204472. OLE color: 4204472.
HSL color Cylindrical-coordinate representation of color #B82740: hue angle of 349.66º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82740 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 39 | 64 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.28 |
| HSL | 349.66º | 0.65% | 0.44% | - |
| HSV(B) | 349.66º | 0.79% | 0.72% | - |
| XYZ | 21.42 | 12.01 | 6.04 | - |
| YUV | 85.21 | 116.04 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 64 | 0 | 0.79 | 0.65 | 0.28 | 349.66 | 0.65 | 0.44 |
| Hex | B8 | 27 | 40 | 0 | 4F | 41 | 1C | 15E | 41 | 2C |
| Octal | 270 | 47 | 100 | 0 | 117 | 101 | 34 | 536 | 101 | 54 |
| Binary | 10111000 | 100111 | 1000000 | 0 | 1001111 | 1000001 | 11100 | 101011110 | 1000001 | 101100 |
Color Harmonies of #B82740
Complementary color
Monochromatic Colors of #B82740
Black with #B82740
Text Example
Text Example
White with #B82740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82740; }
p { color: rgb(184,39,64); }
H1.HeaderClassName
{
color: #B82740;
}
.AnyTagClassName
{
color: #B82740;
}
</style>
background-color css
<style>
a { background-color: #B82740; }
a { background-color: rgb(184,39,64); }
div.DivClassName
{
background-color: #B82740;
}
.BgClassName
{
background-color: #B82740;
}
</style>
border-color css
<style>
span { border-color: #B82740; }
span { border-color: rgb(184,39,64); }
td.TdClassName
{
border-color: #B82740;
}
.TagClassName
{
border-color: #B82740;
}
</style>