Shades of Brick Red #B1393D
Tints of Brick Red #B1393D
RGB
CMYK
RGB Variations
Color information
#B1393D (or 0xB1393D) is known color: Brick Red. HEX triplet: B1, 39 and 3D. RGB value is (177,57,61). Sum of RGB (Red+Green+Blue) = 177+57+61=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B1393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1393D is #4EC6C2. Grayscale: #5D5D5D. Windows color (decimal): -5162691 or 4012465. OLE color: 4012465.
HSL color Cylindrical-coordinate representation of color #B1393D: hue angle of 358º 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 #B1393D is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 61 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.31 |
| HSL | 358º | 0.51% | 0.46% | - |
| HSV(B) | 358º | 0.68% | 0.69% | - |
| XYZ | 20.44 | 12.61 | 5.77 | - |
| YUV | 93.34 | 109.76 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 61 | 0 | 0.68 | 0.66 | 0.31 | 358 | 0.51 | 0.46 |
| Hex | B1 | 39 | 3D | 0 | 44 | 42 | 1F | 166 | 33 | 2E |
| Octal | 261 | 71 | 75 | 0 | 104 | 102 | 37 | 546 | 63 | 56 |
| Binary | 10110001 | 111001 | 111101 | 0 | 1000100 | 1000010 | 11111 | 101100110 | 110011 | 101110 |
Color Harmonies of #B1393D
Complementary color
Monochromatic Colors of #B1393D
Black with #B1393D
Text Example
Text Example
White with #B1393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1393D; }
p { color: rgb(177,57,61); }
H1.HeaderClassName
{
color: #B1393D;
}
.AnyTagClassName
{
color: #B1393D;
}
</style>
background-color css
<style>
a { background-color: #B1393D; }
a { background-color: rgb(177,57,61); }
div.DivClassName
{
background-color: #B1393D;
}
.BgClassName
{
background-color: #B1393D;
}
</style>
border-color css
<style>
span { border-color: #B1393D; }
span { border-color: rgb(177,57,61); }
td.TdClassName
{
border-color: #B1393D;
}
.TagClassName
{
border-color: #B1393D;
}
</style>