Shades of Brick Red #B8293D
Tints of Brick Red #B8293D
RGB
CMYK
RGB Variations
Color information
#B8293D (or 0xB8293D) is known color: Brick Red. HEX triplet: B8, 29 and 3D. RGB value is (184,41,61). Sum of RGB (Red+Green+Blue) = 184+41+61=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B8293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8293D is #47D6C2. Grayscale: #565656. Windows color (decimal): -4708035 or 4008376. OLE color: 4008376.
HSL color Cylindrical-coordinate representation of color #B8293D: hue angle of 351.61º 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 #B8293D is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 61 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.28 |
| HSL | 351.61º | 0.64% | 0.44% | - |
| HSV(B) | 351.61º | 0.78% | 0.72% | - |
| XYZ | 21.4 | 12.11 | 5.62 | - |
| YUV | 86.04 | 113.88 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 61 | 0 | 0.78 | 0.67 | 0.28 | 351.61 | 0.64 | 0.44 |
| Hex | B8 | 29 | 3D | 0 | 4E | 43 | 1C | 160 | 40 | 2C |
| Octal | 270 | 51 | 75 | 0 | 116 | 103 | 34 | 540 | 100 | 54 |
| Binary | 10111000 | 101001 | 111101 | 0 | 1001110 | 1000011 | 11100 | 101100000 | 1000000 | 101100 |
Color Harmonies of #B8293D
Complementary color
Monochromatic Colors of #B8293D
Black with #B8293D
Text Example
Text Example
White with #B8293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8293D; }
p { color: rgb(184,41,61); }
H1.HeaderClassName
{
color: #B8293D;
}
.AnyTagClassName
{
color: #B8293D;
}
</style>
background-color css
<style>
a { background-color: #B8293D; }
a { background-color: rgb(184,41,61); }
div.DivClassName
{
background-color: #B8293D;
}
.BgClassName
{
background-color: #B8293D;
}
</style>
border-color css
<style>
span { border-color: #B8293D; }
span { border-color: rgb(184,41,61); }
td.TdClassName
{
border-color: #B8293D;
}
.TagClassName
{
border-color: #B8293D;
}
</style>