Shades of Brick Red #B7353B
Tints of Brick Red #B7353B
RGB
CMYK
RGB Variations
Color information
#B7353B (or 0xB7353B) is known color: Brick Red. HEX triplet: B7, 35 and 3B. RGB value is (183,53,59). Sum of RGB (Red+Green+Blue) = 183+53+59=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7353B is #48CAC4. Grayscale: #5C5C5C. Windows color (decimal): -4770501 or 3880375. OLE color: 3880375.
HSL color Cylindrical-coordinate representation of color #B7353B: hue angle of 357.23º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B7353B is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 59 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.28 |
| HSL | 357.23º | 0.55% | 0.46% | - |
| HSV(B) | 357.23º | 0.71% | 0.72% | - |
| XYZ | 21.59 | 12.93 | 5.5 | - |
| YUV | 92.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 59 | 0 | 0.71 | 0.68 | 0.28 | 357.23 | 0.55 | 0.46 |
| Hex | B7 | 35 | 3B | 0 | 47 | 44 | 1C | 165 | 37 | 2E |
| Octal | 267 | 65 | 73 | 0 | 107 | 104 | 34 | 545 | 67 | 56 |
| Binary | 10110111 | 110101 | 111011 | 0 | 1000111 | 1000100 | 11100 | 101100101 | 110111 | 101110 |
Color Harmonies of #B7353B
Complementary color
Monochromatic Colors of #B7353B
Black with #B7353B
Text Example
Text Example
White with #B7353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7353B; }
p { color: rgb(183,53,59); }
H1.HeaderClassName
{
color: #B7353B;
}
.AnyTagClassName
{
color: #B7353B;
}
</style>
background-color css
<style>
a { background-color: #B7353B; }
a { background-color: rgb(183,53,59); }
div.DivClassName
{
background-color: #B7353B;
}
.BgClassName
{
background-color: #B7353B;
}
</style>
border-color css
<style>
span { border-color: #B7353B; }
span { border-color: rgb(183,53,59); }
td.TdClassName
{
border-color: #B7353B;
}
.TagClassName
{
border-color: #B7353B;
}
</style>