Shades of Brick Red #B7343E
Tints of Brick Red #B7343E
RGB
CMYK
RGB Variations
Color information
#B7343E (or 0xB7343E) is known color: Brick Red. HEX triplet: B7, 34 and 3E. RGB value is (183,52,62). Sum of RGB (Red+Green+Blue) = 183+52+62=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B7343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7343E is #48CBC1. Grayscale: #5C5C5C. Windows color (decimal): -4770754 or 4076727. OLE color: 4076727.
HSL color Cylindrical-coordinate representation of color #B7343E: hue angle of 355.42º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B7343E is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 62 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.28 |
| HSL | 355.42º | 0.56% | 0.46% | - |
| HSV(B) | 355.42º | 0.72% | 0.72% | - |
| XYZ | 21.63 | 12.87 | 5.9 | - |
| YUV | 92.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 62 | 0 | 0.72 | 0.66 | 0.28 | 355.42 | 0.56 | 0.46 |
| Hex | B7 | 34 | 3E | 0 | 48 | 42 | 1C | 163 | 38 | 2E |
| Octal | 267 | 64 | 76 | 0 | 110 | 102 | 34 | 543 | 70 | 56 |
| Binary | 10110111 | 110100 | 111110 | 0 | 1001000 | 1000010 | 11100 | 101100011 | 111000 | 101110 |
Color Harmonies of #B7343E
Complementary color
Monochromatic Colors of #B7343E
Black with #B7343E
Text Example
Text Example
White with #B7343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7343E; }
p { color: rgb(183,52,62); }
H1.HeaderClassName
{
color: #B7343E;
}
.AnyTagClassName
{
color: #B7343E;
}
</style>
background-color css
<style>
a { background-color: #B7343E; }
a { background-color: rgb(183,52,62); }
div.DivClassName
{
background-color: #B7343E;
}
.BgClassName
{
background-color: #B7343E;
}
</style>
border-color css
<style>
span { border-color: #B7343E; }
span { border-color: rgb(183,52,62); }
td.TdClassName
{
border-color: #B7343E;
}
.TagClassName
{
border-color: #B7343E;
}
</style>