Shades of Brick Red #B7293B
Tints of Brick Red #B7293B
RGB
CMYK
RGB Variations
Color information
#B7293B (or 0xB7293B) is known color: Brick Red. HEX triplet: B7, 29 and 3B. RGB value is (183,41,59). Sum of RGB (Red+Green+Blue) = 183+41+59=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B7293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7293B is #48D6C4. Grayscale: #555555. Windows color (decimal): -4773573 or 3877303. OLE color: 3877303.
HSL color Cylindrical-coordinate representation of color #B7293B: hue angle of 352.39º 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 #B7293B is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 59 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.28 |
| HSL | 352.39º | 0.63% | 0.44% | - |
| HSV(B) | 352.39º | 0.78% | 0.72% | - |
| XYZ | 21.11 | 11.97 | 5.34 | - |
| YUV | 85.51 | 113.04 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 59 | 0 | 0.78 | 0.68 | 0.28 | 352.39 | 0.63 | 0.44 |
| Hex | B7 | 29 | 3B | 0 | 4E | 44 | 1C | 160 | 3F | 2C |
| Octal | 267 | 51 | 73 | 0 | 116 | 104 | 34 | 540 | 77 | 54 |
| Binary | 10110111 | 101001 | 111011 | 0 | 1001110 | 1000100 | 11100 | 101100000 | 111111 | 101100 |
Color Harmonies of #B7293B
Complementary color
Monochromatic Colors of #B7293B
Black with #B7293B
Text Example
Text Example
White with #B7293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7293B; }
p { color: rgb(183,41,59); }
H1.HeaderClassName
{
color: #B7293B;
}
.AnyTagClassName
{
color: #B7293B;
}
</style>
background-color css
<style>
a { background-color: #B7293B; }
a { background-color: rgb(183,41,59); }
div.DivClassName
{
background-color: #B7293B;
}
.BgClassName
{
background-color: #B7293B;
}
</style>
border-color css
<style>
span { border-color: #B7293B; }
span { border-color: rgb(183,41,59); }
td.TdClassName
{
border-color: #B7293B;
}
.TagClassName
{
border-color: #B7293B;
}
</style>