Shades of Brick Red #B1313A
Tints of Brick Red #B1313A
RGB
CMYK
RGB Variations
Color information
#B1313A (or 0xB1313A) is known color: Brick Red. HEX triplet: B1, 31 and 3A. RGB value is (177,49,58). Sum of RGB (Red+Green+Blue) = 177+49+58=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B1313A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1313A is #4ECEC5. Grayscale: #585858. Windows color (decimal): -5164742 or 3813809. OLE color: 3813809.
HSL color Cylindrical-coordinate representation of color #B1313A: hue angle of 355.78º degrees, saturation: 0.57, 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 #B1313A is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 49 | 58 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.31 |
| HSL | 355.78º | 0.57% | 0.44% | - |
| HSV(B) | 355.78º | 0.72% | 0.69% | - |
| XYZ | 19.99 | 11.85 | 5.24 | - |
| YUV | 88.3 | 110.91 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 58 | 0 | 0.72 | 0.67 | 0.31 | 355.78 | 0.57 | 0.44 |
| Hex | B1 | 31 | 3A | 0 | 48 | 43 | 1F | 164 | 39 | 2C |
| Octal | 261 | 61 | 72 | 0 | 110 | 103 | 37 | 544 | 71 | 54 |
| Binary | 10110001 | 110001 | 111010 | 0 | 1001000 | 1000011 | 11111 | 101100100 | 111001 | 101100 |
Color Harmonies of #B1313A
Complementary color
Monochromatic Colors of #B1313A
Black with #B1313A
Text Example
Text Example
White with #B1313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1313A; }
p { color: rgb(177,49,58); }
H1.HeaderClassName
{
color: #B1313A;
}
.AnyTagClassName
{
color: #B1313A;
}
</style>
background-color css
<style>
a { background-color: #B1313A; }
a { background-color: rgb(177,49,58); }
div.DivClassName
{
background-color: #B1313A;
}
.BgClassName
{
background-color: #B1313A;
}
</style>
border-color css
<style>
span { border-color: #B1313A; }
span { border-color: rgb(177,49,58); }
td.TdClassName
{
border-color: #B1313A;
}
.TagClassName
{
border-color: #B1313A;
}
</style>