Shades of Brick Red #B7293D
Tints of Brick Red #B7293D
RGB
CMYK
RGB Variations
Color information
#B7293D (or 0xB7293D) is known color: Brick Red. HEX triplet: B7, 29 and 3D. RGB value is (183,41,61). Sum of RGB (Red+Green+Blue) = 183+41+61=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B7293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7293D is #48D6C2. Grayscale: #555555. Windows color (decimal): -4773571 or 4008375. OLE color: 4008375.
HSL color Cylindrical-coordinate representation of color #B7293D: hue angle of 351.55º 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 #B7293D is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 61 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.28 |
| HSL | 351.55º | 0.63% | 0.44% | - |
| HSV(B) | 351.55º | 0.78% | 0.72% | - |
| XYZ | 21.16 | 11.99 | 5.61 | - |
| YUV | 85.74 | 114.04 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 61 | 0 | 0.78 | 0.67 | 0.28 | 351.55 | 0.63 | 0.44 |
| Hex | B7 | 29 | 3D | 0 | 4E | 43 | 1C | 160 | 3F | 2C |
| Octal | 267 | 51 | 75 | 0 | 116 | 103 | 34 | 540 | 77 | 54 |
| Binary | 10110111 | 101001 | 111101 | 0 | 1001110 | 1000011 | 11100 | 101100000 | 111111 | 101100 |
Color Harmonies of #B7293D
Complementary color
Monochromatic Colors of #B7293D
Black with #B7293D
Text Example
Text Example
White with #B7293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7293D; }
p { color: rgb(183,41,61); }
H1.HeaderClassName
{
color: #B7293D;
}
.AnyTagClassName
{
color: #B7293D;
}
</style>
background-color css
<style>
a { background-color: #B7293D; }
a { background-color: rgb(183,41,61); }
div.DivClassName
{
background-color: #B7293D;
}
.BgClassName
{
background-color: #B7293D;
}
</style>
border-color css
<style>
span { border-color: #B7293D; }
span { border-color: rgb(183,41,61); }
td.TdClassName
{
border-color: #B7293D;
}
.TagClassName
{
border-color: #B7293D;
}
</style>