Shades of Brick Red #B8293B
Tints of Brick Red #B8293B
RGB
CMYK
RGB Variations
Color information
#B8293B (or 0xB8293B) is known color: Brick Red. HEX triplet: B8, 29 and 3B. RGB value is (184,41,59). Sum of RGB (Red+Green+Blue) = 184+41+59=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B8293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8293B is #47D6C4. Grayscale: #555555. Windows color (decimal): -4708037 or 3877304. OLE color: 3877304.
HSL color Cylindrical-coordinate representation of color #B8293B: hue angle of 352.45º 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 #B8293B is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 59 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.28 |
| HSL | 352.45º | 0.64% | 0.44% | - |
| HSV(B) | 352.45º | 0.78% | 0.72% | - |
| XYZ | 21.35 | 12.09 | 5.35 | - |
| YUV | 85.81 | 112.88 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 59 | 0 | 0.78 | 0.68 | 0.28 | 352.45 | 0.64 | 0.44 |
| Hex | B8 | 29 | 3B | 0 | 4E | 44 | 1C | 160 | 40 | 2C |
| Octal | 270 | 51 | 73 | 0 | 116 | 104 | 34 | 540 | 100 | 54 |
| Binary | 10111000 | 101001 | 111011 | 0 | 1001110 | 1000100 | 11100 | 101100000 | 1000000 | 101100 |
Color Harmonies of #B8293B
Complementary color
Monochromatic Colors of #B8293B
Black with #B8293B
Text Example
Text Example
White with #B8293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8293B; }
p { color: rgb(184,41,59); }
H1.HeaderClassName
{
color: #B8293B;
}
.AnyTagClassName
{
color: #B8293B;
}
</style>
background-color css
<style>
a { background-color: #B8293B; }
a { background-color: rgb(184,41,59); }
div.DivClassName
{
background-color: #B8293B;
}
.BgClassName
{
background-color: #B8293B;
}
</style>
border-color css
<style>
span { border-color: #B8293B; }
span { border-color: rgb(184,41,59); }
td.TdClassName
{
border-color: #B8293B;
}
.TagClassName
{
border-color: #B8293B;
}
</style>