Shades of Brick Red #B1353F
Tints of Brick Red #B1353F
RGB
CMYK
RGB Variations
Color information
#B1353F (or 0xB1353F) is known color: Brick Red. HEX triplet: B1, 35 and 3F. RGB value is (177,53,63). Sum of RGB (Red+Green+Blue) = 177+53+63=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B1353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1353F is #4ECAC0. Grayscale: #5B5B5B. Windows color (decimal): -5163713 or 4142513. OLE color: 4142513.
HSL color Cylindrical-coordinate representation of color #B1353F: hue angle of 355.16º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1353F is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 53 | 63 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.31 |
| HSL | 355.16º | 0.54% | 0.45% | - |
| HSV(B) | 355.16º | 0.7% | 0.69% | - |
| XYZ | 20.3 | 12.25 | 6 | - |
| YUV | 91.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 53 | 63 | 0 | 0.70 | 0.64 | 0.31 | 355.16 | 0.54 | 0.45 |
| Hex | B1 | 35 | 3F | 0 | 46 | 40 | 1F | 163 | 36 | 2D |
| Octal | 261 | 65 | 77 | 0 | 106 | 100 | 37 | 543 | 66 | 55 |
| Binary | 10110001 | 110101 | 111111 | 0 | 1000110 | 1000000 | 11111 | 101100011 | 110110 | 101101 |
Color Harmonies of #B1353F
Complementary color
Monochromatic Colors of #B1353F
Black with #B1353F
Text Example
Text Example
White with #B1353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1353F; }
p { color: rgb(177,53,63); }
H1.HeaderClassName
{
color: #B1353F;
}
.AnyTagClassName
{
color: #B1353F;
}
</style>
background-color css
<style>
a { background-color: #B1353F; }
a { background-color: rgb(177,53,63); }
div.DivClassName
{
background-color: #B1353F;
}
.BgClassName
{
background-color: #B1353F;
}
</style>
border-color css
<style>
span { border-color: #B1353F; }
span { border-color: rgb(177,53,63); }
td.TdClassName
{
border-color: #B1353F;
}
.TagClassName
{
border-color: #B1353F;
}
</style>