Shades of Brick Red #B1393E
Tints of Brick Red #B1393E
RGB
CMYK
RGB Variations
Color information
#B1393E (or 0xB1393E) is known color: Brick Red. HEX triplet: B1, 39 and 3E. RGB value is (177,57,62). Sum of RGB (Red+Green+Blue) = 177+57+62=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B1393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1393E is #4EC6C1. Grayscale: #5D5D5D. Windows color (decimal): -5162690 or 4078001. OLE color: 4078001.
HSL color Cylindrical-coordinate representation of color #B1393E: hue angle of 357.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1393E is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 62 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.31 |
| HSL | 357.5º | 0.51% | 0.46% | - |
| HSV(B) | 357.5º | 0.68% | 0.69% | - |
| XYZ | 20.46 | 12.62 | 5.91 | - |
| YUV | 93.45 | 110.26 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 62 | 0 | 0.68 | 0.65 | 0.31 | 357.5 | 0.51 | 0.46 |
| Hex | B1 | 39 | 3E | 0 | 44 | 41 | 1F | 166 | 33 | 2E |
| Octal | 261 | 71 | 76 | 0 | 104 | 101 | 37 | 546 | 63 | 56 |
| Binary | 10110001 | 111001 | 111110 | 0 | 1000100 | 1000001 | 11111 | 101100110 | 110011 | 101110 |
Color Harmonies of #B1393E
Complementary color
Monochromatic Colors of #B1393E
Black with #B1393E
Text Example
Text Example
White with #B1393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1393E; }
p { color: rgb(177,57,62); }
H1.HeaderClassName
{
color: #B1393E;
}
.AnyTagClassName
{
color: #B1393E;
}
</style>
background-color css
<style>
a { background-color: #B1393E; }
a { background-color: rgb(177,57,62); }
div.DivClassName
{
background-color: #B1393E;
}
.BgClassName
{
background-color: #B1393E;
}
</style>
border-color css
<style>
span { border-color: #B1393E; }
span { border-color: rgb(177,57,62); }
td.TdClassName
{
border-color: #B1393E;
}
.TagClassName
{
border-color: #B1393E;
}
</style>