Shades of Brick Red #B7293E
Tints of Brick Red #B7293E
RGB
CMYK
RGB Variations
Color information
#B7293E (or 0xB7293E) is known color: Brick Red. HEX triplet: B7, 29 and 3E. RGB value is (183,41,62). Sum of RGB (Red+Green+Blue) = 183+41+62=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B7293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7293E is #48D6C1. Grayscale: #555555. Windows color (decimal): -4773570 or 4073911. OLE color: 4073911.
HSL color Cylindrical-coordinate representation of color #B7293E: hue angle of 351.13º 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 #B7293E is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 62 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.28 |
| HSL | 351.13º | 0.63% | 0.44% | - |
| HSV(B) | 351.13º | 0.78% | 0.72% | - |
| XYZ | 21.19 | 12 | 5.76 | - |
| YUV | 85.85 | 114.54 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 62 | 0 | 0.78 | 0.66 | 0.28 | 351.13 | 0.63 | 0.44 |
| Hex | B7 | 29 | 3E | 0 | 4E | 42 | 1C | 15F | 3F | 2C |
| Octal | 267 | 51 | 76 | 0 | 116 | 102 | 34 | 537 | 77 | 54 |
| Binary | 10110111 | 101001 | 111110 | 0 | 1001110 | 1000010 | 11100 | 101011111 | 111111 | 101100 |
Color Harmonies of #B7293E
Complementary color
Monochromatic Colors of #B7293E
Black with #B7293E
Text Example
Text Example
White with #B7293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7293E; }
p { color: rgb(183,41,62); }
H1.HeaderClassName
{
color: #B7293E;
}
.AnyTagClassName
{
color: #B7293E;
}
</style>
background-color css
<style>
a { background-color: #B7293E; }
a { background-color: rgb(183,41,62); }
div.DivClassName
{
background-color: #B7293E;
}
.BgClassName
{
background-color: #B7293E;
}
</style>
border-color css
<style>
span { border-color: #B7293E; }
span { border-color: rgb(183,41,62); }
td.TdClassName
{
border-color: #B7293E;
}
.TagClassName
{
border-color: #B7293E;
}
</style>