Shades of Brick Red #B2313E
Tints of Brick Red #B2313E
RGB
CMYK
RGB Variations
Color information
#B2313E (or 0xB2313E) is known color: Brick Red. HEX triplet: B2, 31 and 3E. RGB value is (178,49,62). Sum of RGB (Red+Green+Blue) = 178+49+62=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B2313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2313E is #4DCEC1. Grayscale: #595959. Windows color (decimal): -5099202 or 4075954. OLE color: 4075954.
HSL color Cylindrical-coordinate representation of color #B2313E: hue angle of 353.95º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2313E is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 49 | 62 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.30 |
| HSL | 353.95º | 0.57% | 0.45% | - |
| HSV(B) | 353.95º | 0.72% | 0.7% | - |
| XYZ | 20.33 | 12.01 | 5.8 | - |
| YUV | 89.05 | 112.74 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 62 | 0 | 0.72 | 0.65 | 0.30 | 353.95 | 0.57 | 0.45 |
| Hex | B2 | 31 | 3E | 0 | 48 | 41 | 1E | 162 | 39 | 2D |
| Octal | 262 | 61 | 76 | 0 | 110 | 101 | 36 | 542 | 71 | 55 |
| Binary | 10110010 | 110001 | 111110 | 0 | 1001000 | 1000001 | 11110 | 101100010 | 111001 | 101101 |
Color Harmonies of #B2313E
Complementary color
Monochromatic Colors of #B2313E
Black with #B2313E
Text Example
Text Example
White with #B2313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2313E; }
p { color: rgb(178,49,62); }
H1.HeaderClassName
{
color: #B2313E;
}
.AnyTagClassName
{
color: #B2313E;
}
</style>
background-color css
<style>
a { background-color: #B2313E; }
a { background-color: rgb(178,49,62); }
div.DivClassName
{
background-color: #B2313E;
}
.BgClassName
{
background-color: #B2313E;
}
</style>
border-color css
<style>
span { border-color: #B2313E; }
span { border-color: rgb(178,49,62); }
td.TdClassName
{
border-color: #B2313E;
}
.TagClassName
{
border-color: #B2313E;
}
</style>