Shades of Brick Red #B1323F
Tints of Brick Red #B1323F
RGB
CMYK
RGB Variations
Color information
#B1323F (or 0xB1323F) is known color: Brick Red. HEX triplet: B1, 32 and 3F. RGB value is (177,50,63). Sum of RGB (Red+Green+Blue) = 177+50+63=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B1323F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1323F is #4ECDC0. Grayscale: #595959. Windows color (decimal): -5164481 or 4141745. OLE color: 4141745.
HSL color Cylindrical-coordinate representation of color #B1323F: hue angle of 353.86º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1323F is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 63 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.31 |
| HSL | 353.86º | 0.56% | 0.45% | - |
| HSV(B) | 353.86º | 0.72% | 0.69% | - |
| XYZ | 20.17 | 11.99 | 5.95 | - |
| YUV | 89.46 | 113.08 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 63 | 0 | 0.72 | 0.64 | 0.31 | 353.86 | 0.56 | 0.45 |
| Hex | B1 | 32 | 3F | 0 | 48 | 40 | 1F | 162 | 38 | 2D |
| Octal | 261 | 62 | 77 | 0 | 110 | 100 | 37 | 542 | 70 | 55 |
| Binary | 10110001 | 110010 | 111111 | 0 | 1001000 | 1000000 | 11111 | 101100010 | 111000 | 101101 |
Color Harmonies of #B1323F
Complementary color
Monochromatic Colors of #B1323F
Black with #B1323F
Text Example
Text Example
White with #B1323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1323F; }
p { color: rgb(177,50,63); }
H1.HeaderClassName
{
color: #B1323F;
}
.AnyTagClassName
{
color: #B1323F;
}
</style>
background-color css
<style>
a { background-color: #B1323F; }
a { background-color: rgb(177,50,63); }
div.DivClassName
{
background-color: #B1323F;
}
.BgClassName
{
background-color: #B1323F;
}
</style>
border-color css
<style>
span { border-color: #B1323F; }
span { border-color: rgb(177,50,63); }
td.TdClassName
{
border-color: #B1323F;
}
.TagClassName
{
border-color: #B1323F;
}
</style>