Shades of Brick Red #B1303B
Tints of Brick Red #B1303B
RGB
CMYK
RGB Variations
Color information
#B1303B (or 0xB1303B) is known color: Brick Red. HEX triplet: B1, 30 and 3B. RGB value is (177,48,59). Sum of RGB (Red+Green+Blue) = 177+48+59=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B1303B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1303B is #4ECFC4. Grayscale: #575757. Windows color (decimal): -5164997 or 3879089. OLE color: 3879089.
HSL color Cylindrical-coordinate representation of color #B1303B: hue angle of 354.88º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1303B is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 48 | 59 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.31 |
| HSL | 354.88º | 0.57% | 0.44% | - |
| HSV(B) | 354.88º | 0.73% | 0.69% | - |
| XYZ | 19.98 | 11.78 | 5.36 | - |
| YUV | 87.83 | 111.74 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 59 | 0 | 0.73 | 0.67 | 0.31 | 354.88 | 0.57 | 0.44 |
| Hex | B1 | 30 | 3B | 0 | 49 | 43 | 1F | 163 | 39 | 2C |
| Octal | 261 | 60 | 73 | 0 | 111 | 103 | 37 | 543 | 71 | 54 |
| Binary | 10110001 | 110000 | 111011 | 0 | 1001001 | 1000011 | 11111 | 101100011 | 111001 | 101100 |
Color Harmonies of #B1303B
Complementary color
Monochromatic Colors of #B1303B
Black with #B1303B
Text Example
Text Example
White with #B1303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1303B; }
p { color: rgb(177,48,59); }
H1.HeaderClassName
{
color: #B1303B;
}
.AnyTagClassName
{
color: #B1303B;
}
</style>
background-color css
<style>
a { background-color: #B1303B; }
a { background-color: rgb(177,48,59); }
div.DivClassName
{
background-color: #B1303B;
}
.BgClassName
{
background-color: #B1303B;
}
</style>
border-color css
<style>
span { border-color: #B1303B; }
span { border-color: rgb(177,48,59); }
td.TdClassName
{
border-color: #B1303B;
}
.TagClassName
{
border-color: #B1303B;
}
</style>