Shades of Brick Red #B7343C
Tints of Brick Red #B7343C
RGB
CMYK
RGB Variations
Color information
#B7343C (or 0xB7343C) is known color: Brick Red. HEX triplet: B7, 34 and 3C. RGB value is (183,52,60). Sum of RGB (Red+Green+Blue) = 183+52+60=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7343C is #48CBC3. Grayscale: #5C5C5C. Windows color (decimal): -4770756 or 3945655. OLE color: 3945655.
HSL color Cylindrical-coordinate representation of color #B7343C: hue angle of 356.34º 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 #B7343C is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 60 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.28 |
| HSL | 356.34º | 0.56% | 0.46% | - |
| HSV(B) | 356.34º | 0.72% | 0.72% | - |
| XYZ | 21.57 | 12.85 | 5.62 | - |
| YUV | 92.08 | 109.9 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 60 | 0 | 0.72 | 0.67 | 0.28 | 356.34 | 0.56 | 0.46 |
| Hex | B7 | 34 | 3C | 0 | 48 | 43 | 1C | 164 | 38 | 2E |
| Octal | 267 | 64 | 74 | 0 | 110 | 103 | 34 | 544 | 70 | 56 |
| Binary | 10110111 | 110100 | 111100 | 0 | 1001000 | 1000011 | 11100 | 101100100 | 111000 | 101110 |
Color Harmonies of #B7343C
Complementary color
Monochromatic Colors of #B7343C
Black with #B7343C
Text Example
Text Example
White with #B7343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7343C; }
p { color: rgb(183,52,60); }
H1.HeaderClassName
{
color: #B7343C;
}
.AnyTagClassName
{
color: #B7343C;
}
</style>
background-color css
<style>
a { background-color: #B7343C; }
a { background-color: rgb(183,52,60); }
div.DivClassName
{
background-color: #B7343C;
}
.BgClassName
{
background-color: #B7343C;
}
</style>
border-color css
<style>
span { border-color: #B7343C; }
span { border-color: rgb(183,52,60); }
td.TdClassName
{
border-color: #B7343C;
}
.TagClassName
{
border-color: #B7343C;
}
</style>