Shades of Brick Red #B8293C
Tints of Brick Red #B8293C
RGB
CMYK
RGB Variations
Color information
#B8293C (or 0xB8293C) is known color: Brick Red. HEX triplet: B8, 29 and 3C. RGB value is (184,41,60). Sum of RGB (Red+Green+Blue) = 184+41+60=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B8293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8293C is #47D6C3. Grayscale: #555555. Windows color (decimal): -4708036 or 3942840. OLE color: 3942840.
HSL color Cylindrical-coordinate representation of color #B8293C: hue angle of 352.03º 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 #B8293C is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 60 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.28 |
| HSL | 352.03º | 0.64% | 0.44% | - |
| HSV(B) | 352.03º | 0.78% | 0.72% | - |
| XYZ | 21.38 | 12.1 | 5.48 | - |
| YUV | 85.92 | 113.38 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 60 | 0 | 0.78 | 0.67 | 0.28 | 352.03 | 0.64 | 0.44 |
| Hex | B8 | 29 | 3C | 0 | 4E | 43 | 1C | 160 | 40 | 2C |
| Octal | 270 | 51 | 74 | 0 | 116 | 103 | 34 | 540 | 100 | 54 |
| Binary | 10111000 | 101001 | 111100 | 0 | 1001110 | 1000011 | 11100 | 101100000 | 1000000 | 101100 |
Color Harmonies of #B8293C
Complementary color
Monochromatic Colors of #B8293C
Black with #B8293C
Text Example
Text Example
White with #B8293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8293C; }
p { color: rgb(184,41,60); }
H1.HeaderClassName
{
color: #B8293C;
}
.AnyTagClassName
{
color: #B8293C;
}
</style>
background-color css
<style>
a { background-color: #B8293C; }
a { background-color: rgb(184,41,60); }
div.DivClassName
{
background-color: #B8293C;
}
.BgClassName
{
background-color: #B8293C;
}
</style>
border-color css
<style>
span { border-color: #B8293C; }
span { border-color: rgb(184,41,60); }
td.TdClassName
{
border-color: #B8293C;
}
.TagClassName
{
border-color: #B8293C;
}
</style>