Shades of Brick Red #B0343E
Tints of Brick Red #B0343E
RGB
CMYK
RGB Variations
Color information
#B0343E (or 0xB0343E) is known color: Brick Red. HEX triplet: B0, 34 and 3E. RGB value is (176,52,62). Sum of RGB (Red+Green+Blue) = 176+52+62=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B0343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0343E is #4FCBC1. Grayscale: #5A5A5A. Windows color (decimal): -5229506 or 4076720. OLE color: 4076720.
HSL color Cylindrical-coordinate representation of color #B0343E: hue angle of 355.16º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0343E is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 52 | 62 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.31 |
| HSL | 355.16º | 0.54% | 0.45% | - |
| HSV(B) | 355.16º | 0.7% | 0.69% | - |
| XYZ | 20 | 12.03 | 5.83 | - |
| YUV | 90.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 62 | 0 | 0.70 | 0.65 | 0.31 | 355.16 | 0.54 | 0.45 |
| Hex | B0 | 34 | 3E | 0 | 46 | 41 | 1F | 163 | 36 | 2D |
| Octal | 260 | 64 | 76 | 0 | 106 | 101 | 37 | 543 | 66 | 55 |
| Binary | 10110000 | 110100 | 111110 | 0 | 1000110 | 1000001 | 11111 | 101100011 | 110110 | 101101 |
Color Harmonies of #B0343E
Complementary color
Monochromatic Colors of #B0343E
Black with #B0343E
Text Example
Text Example
White with #B0343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0343E; }
p { color: rgb(176,52,62); }
H1.HeaderClassName
{
color: #B0343E;
}
.AnyTagClassName
{
color: #B0343E;
}
</style>
background-color css
<style>
a { background-color: #B0343E; }
a { background-color: rgb(176,52,62); }
div.DivClassName
{
background-color: #B0343E;
}
.BgClassName
{
background-color: #B0343E;
}
</style>
border-color css
<style>
span { border-color: #B0343E; }
span { border-color: rgb(176,52,62); }
td.TdClassName
{
border-color: #B0343E;
}
.TagClassName
{
border-color: #B0343E;
}
</style>