Shades of Brick Red #B1303C
Tints of Brick Red #B1303C
RGB
CMYK
RGB Variations
Color information
#B1303C (or 0xB1303C) is known color: Brick Red. HEX triplet: B1, 30 and 3C. RGB value is (177,48,60). Sum of RGB (Red+Green+Blue) = 177+48+60=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B1303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1303C is #4ECFC3. Grayscale: #585858. Windows color (decimal): -5164996 or 3944625. OLE color: 3944625.
HSL color Cylindrical-coordinate representation of color #B1303C: hue angle of 354.42º 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 #B1303C is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 48 | 60 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.31 |
| HSL | 354.42º | 0.57% | 0.44% | - |
| HSV(B) | 354.42º | 0.73% | 0.69% | - |
| XYZ | 20 | 11.79 | 5.5 | - |
| YUV | 87.94 | 112.24 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 60 | 0 | 0.73 | 0.66 | 0.31 | 354.42 | 0.57 | 0.44 |
| Hex | B1 | 30 | 3C | 0 | 49 | 42 | 1F | 162 | 39 | 2C |
| Octal | 261 | 60 | 74 | 0 | 111 | 102 | 37 | 542 | 71 | 54 |
| Binary | 10110001 | 110000 | 111100 | 0 | 1001001 | 1000010 | 11111 | 101100010 | 111001 | 101100 |
Color Harmonies of #B1303C
Complementary color
Monochromatic Colors of #B1303C
Black with #B1303C
Text Example
Text Example
White with #B1303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1303C; }
p { color: rgb(177,48,60); }
H1.HeaderClassName
{
color: #B1303C;
}
.AnyTagClassName
{
color: #B1303C;
}
</style>
background-color css
<style>
a { background-color: #B1303C; }
a { background-color: rgb(177,48,60); }
div.DivClassName
{
background-color: #B1303C;
}
.BgClassName
{
background-color: #B1303C;
}
</style>
border-color css
<style>
span { border-color: #B1303C; }
span { border-color: rgb(177,48,60); }
td.TdClassName
{
border-color: #B1303C;
}
.TagClassName
{
border-color: #B1303C;
}
</style>