Shades of Brick Red #B1383F
Tints of Brick Red #B1383F
RGB
CMYK
RGB Variations
Color information
#B1383F (or 0xB1383F) is known color: Brick Red. HEX triplet: B1, 38 and 3F. RGB value is (177,56,63). Sum of RGB (Red+Green+Blue) = 177+56+63=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B1383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1383F is #4EC7C0. Grayscale: #5D5D5D. Windows color (decimal): -5162945 or 4143281. OLE color: 4143281.
HSL color Cylindrical-coordinate representation of color #B1383F: hue angle of 356.53º degrees, saturation: 0.52, 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 #B1383F is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 56 | 63 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.31 |
| HSL | 356.53º | 0.52% | 0.46% | - |
| HSV(B) | 356.53º | 0.68% | 0.69% | - |
| XYZ | 20.44 | 12.53 | 6.04 | - |
| YUV | 92.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 63 | 0 | 0.68 | 0.64 | 0.31 | 356.53 | 0.52 | 0.46 |
| Hex | B1 | 38 | 3F | 0 | 44 | 40 | 1F | 165 | 34 | 2E |
| Octal | 261 | 70 | 77 | 0 | 104 | 100 | 37 | 545 | 64 | 56 |
| Binary | 10110001 | 111000 | 111111 | 0 | 1000100 | 1000000 | 11111 | 101100101 | 110100 | 101110 |
Color Harmonies of #B1383F
Complementary color
Monochromatic Colors of #B1383F
Black with #B1383F
Text Example
Text Example
White with #B1383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1383F; }
p { color: rgb(177,56,63); }
H1.HeaderClassName
{
color: #B1383F;
}
.AnyTagClassName
{
color: #B1383F;
}
</style>
background-color css
<style>
a { background-color: #B1383F; }
a { background-color: rgb(177,56,63); }
div.DivClassName
{
background-color: #B1383F;
}
.BgClassName
{
background-color: #B1383F;
}
</style>
border-color css
<style>
span { border-color: #B1383F; }
span { border-color: rgb(177,56,63); }
td.TdClassName
{
border-color: #B1383F;
}
.TagClassName
{
border-color: #B1383F;
}
</style>