Shades of Brick Red #B0373B
Tints of Brick Red #B0373B
RGB
CMYK
RGB Variations
Color information
#B0373B (or 0xB0373B) is known color: Brick Red. HEX triplet: B0, 37 and 3B. RGB value is (176,55,59). Sum of RGB (Red+Green+Blue) = 176+55+59=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B0373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0373B is #4FC8C4. Grayscale: #5B5B5B. Windows color (decimal): -5228741 or 3880880. OLE color: 3880880.
HSL color Cylindrical-coordinate representation of color #B0373B: hue angle of 358.02º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0373B is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 55 | 59 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.31 |
| HSL | 358.02º | 0.52% | 0.45% | - |
| HSV(B) | 358.02º | 0.69% | 0.69% | - |
| XYZ | 20.06 | 12.28 | 5.45 | - |
| YUV | 91.64 | 109.59 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 59 | 0 | 0.69 | 0.66 | 0.31 | 358.02 | 0.52 | 0.45 |
| Hex | B0 | 37 | 3B | 0 | 45 | 42 | 1F | 166 | 34 | 2D |
| Octal | 260 | 67 | 73 | 0 | 105 | 102 | 37 | 546 | 64 | 55 |
| Binary | 10110000 | 110111 | 111011 | 0 | 1000101 | 1000010 | 11111 | 101100110 | 110100 | 101101 |
Color Harmonies of #B0373B
Complementary color
Monochromatic Colors of #B0373B
Black with #B0373B
Text Example
Text Example
White with #B0373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0373B; }
p { color: rgb(176,55,59); }
H1.HeaderClassName
{
color: #B0373B;
}
.AnyTagClassName
{
color: #B0373B;
}
</style>
background-color css
<style>
a { background-color: #B0373B; }
a { background-color: rgb(176,55,59); }
div.DivClassName
{
background-color: #B0373B;
}
.BgClassName
{
background-color: #B0373B;
}
</style>
border-color css
<style>
span { border-color: #B0373B; }
span { border-color: rgb(176,55,59); }
td.TdClassName
{
border-color: #B0373B;
}
.TagClassName
{
border-color: #B0373B;
}
</style>