Shades of Brick Red #B83140
Tints of Brick Red #B83140
RGB
CMYK
RGB Variations
Color information
#B83140 (or 0xB83140) is known color: Brick Red. HEX triplet: B8, 31 and 40. RGB value is (184,49,64). Sum of RGB (Red+Green+Blue) = 184+49+64=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B83140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83140 is #47CEBF. Grayscale: #5B5B5B. Windows color (decimal): -4705984 or 4207032. OLE color: 4207032.
HSL color Cylindrical-coordinate representation of color #B83140: hue angle of 353.33º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83140 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 49 | 64 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.28 |
| HSL | 353.33º | 0.58% | 0.46% | - |
| HSV(B) | 353.33º | 0.73% | 0.72% | - |
| XYZ | 21.79 | 12.76 | 6.16 | - |
| YUV | 91.08 | 112.73 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 64 | 0 | 0.73 | 0.65 | 0.28 | 353.33 | 0.58 | 0.46 |
| Hex | B8 | 31 | 40 | 0 | 49 | 41 | 1C | 161 | 3A | 2E |
| Octal | 270 | 61 | 100 | 0 | 111 | 101 | 34 | 541 | 72 | 56 |
| Binary | 10111000 | 110001 | 1000000 | 0 | 1001001 | 1000001 | 11100 | 101100001 | 111010 | 101110 |
Color Harmonies of #B83140
Complementary color
Monochromatic Colors of #B83140
Black with #B83140
Text Example
Text Example
White with #B83140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83140; }
p { color: rgb(184,49,64); }
H1.HeaderClassName
{
color: #B83140;
}
.AnyTagClassName
{
color: #B83140;
}
</style>
background-color css
<style>
a { background-color: #B83140; }
a { background-color: rgb(184,49,64); }
div.DivClassName
{
background-color: #B83140;
}
.BgClassName
{
background-color: #B83140;
}
</style>
border-color css
<style>
span { border-color: #B83140; }
span { border-color: rgb(184,49,64); }
td.TdClassName
{
border-color: #B83140;
}
.TagClassName
{
border-color: #B83140;
}
</style>