Shades of Brick Red #B0313E
Tints of Brick Red #B0313E
RGB
CMYK
RGB Variations
Color information
#B0313E (or 0xB0313E) is known color: Brick Red. HEX triplet: B0, 31 and 3E. RGB value is (176,49,62). Sum of RGB (Red+Green+Blue) = 176+49+62=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B0313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0313E is #4FCEC1. Grayscale: #585858. Windows color (decimal): -5230274 or 4075952. OLE color: 4075952.
HSL color Cylindrical-coordinate representation of color #B0313E: hue angle of 353.86º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0313E is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 49 | 62 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.31 |
| HSL | 353.86º | 0.56% | 0.44% | - |
| HSV(B) | 353.86º | 0.72% | 0.69% | - |
| XYZ | 19.87 | 11.77 | 5.78 | - |
| YUV | 88.46 | 113.08 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 62 | 0 | 0.72 | 0.65 | 0.31 | 353.86 | 0.56 | 0.44 |
| Hex | B0 | 31 | 3E | 0 | 48 | 41 | 1F | 162 | 38 | 2C |
| Octal | 260 | 61 | 76 | 0 | 110 | 101 | 37 | 542 | 70 | 54 |
| Binary | 10110000 | 110001 | 111110 | 0 | 1001000 | 1000001 | 11111 | 101100010 | 111000 | 101100 |
Color Harmonies of #B0313E
Complementary color
Monochromatic Colors of #B0313E
Black with #B0313E
Text Example
Text Example
White with #B0313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0313E; }
p { color: rgb(176,49,62); }
H1.HeaderClassName
{
color: #B0313E;
}
.AnyTagClassName
{
color: #B0313E;
}
</style>
background-color css
<style>
a { background-color: #B0313E; }
a { background-color: rgb(176,49,62); }
div.DivClassName
{
background-color: #B0313E;
}
.BgClassName
{
background-color: #B0313E;
}
</style>
border-color css
<style>
span { border-color: #B0313E; }
span { border-color: rgb(176,49,62); }
td.TdClassName
{
border-color: #B0313E;
}
.TagClassName
{
border-color: #B0313E;
}
</style>