Shades of Brick Red #B7293C
Tints of Brick Red #B7293C
RGB
CMYK
RGB Variations
Color information
#B7293C (or 0xB7293C) is known color: Brick Red. HEX triplet: B7, 29 and 3C. RGB value is (183,41,60). Sum of RGB (Red+Green+Blue) = 183+41+60=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B7293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7293C is #48D6C3. Grayscale: #555555. Windows color (decimal): -4773572 or 3942839. OLE color: 3942839.
HSL color Cylindrical-coordinate representation of color #B7293C: hue angle of 351.97º degrees, saturation: 0.63, 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 #B7293C is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 60 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.28 |
| HSL | 351.97º | 0.63% | 0.44% | - |
| HSV(B) | 351.97º | 0.78% | 0.72% | - |
| XYZ | 21.14 | 11.98 | 5.47 | - |
| YUV | 85.62 | 113.54 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 60 | 0 | 0.78 | 0.67 | 0.28 | 351.97 | 0.63 | 0.44 |
| Hex | B7 | 29 | 3C | 0 | 4E | 43 | 1C | 160 | 3F | 2C |
| Octal | 267 | 51 | 74 | 0 | 116 | 103 | 34 | 540 | 77 | 54 |
| Binary | 10110111 | 101001 | 111100 | 0 | 1001110 | 1000011 | 11100 | 101100000 | 111111 | 101100 |
Color Harmonies of #B7293C
Complementary color
Monochromatic Colors of #B7293C
Black with #B7293C
Text Example
Text Example
White with #B7293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7293C; }
p { color: rgb(183,41,60); }
H1.HeaderClassName
{
color: #B7293C;
}
.AnyTagClassName
{
color: #B7293C;
}
</style>
background-color css
<style>
a { background-color: #B7293C; }
a { background-color: rgb(183,41,60); }
div.DivClassName
{
background-color: #B7293C;
}
.BgClassName
{
background-color: #B7293C;
}
</style>
border-color css
<style>
span { border-color: #B7293C; }
span { border-color: rgb(183,41,60); }
td.TdClassName
{
border-color: #B7293C;
}
.TagClassName
{
border-color: #B7293C;
}
</style>