Shades of Brick Red #B1343B
Tints of Brick Red #B1343B
RGB
CMYK
RGB Variations
Color information
#B1343B (or 0xB1343B) is known color: Brick Red. HEX triplet: B1, 34 and 3B. RGB value is (177,52,59). Sum of RGB (Red+Green+Blue) = 177+52+59=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B1343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1343B is #4ECBC4. Grayscale: #5A5A5A. Windows color (decimal): -5163973 or 3880113. OLE color: 3880113.
HSL color Cylindrical-coordinate representation of color #B1343B: hue angle of 356.64º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1343B is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 52 | 59 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.31 |
| HSL | 356.64º | 0.55% | 0.45% | - |
| HSV(B) | 356.64º | 0.71% | 0.69% | - |
| XYZ | 20.15 | 12.12 | 5.41 | - |
| YUV | 90.17 | 110.41 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 52 | 59 | 0 | 0.71 | 0.67 | 0.31 | 356.64 | 0.55 | 0.45 |
| Hex | B1 | 34 | 3B | 0 | 47 | 43 | 1F | 165 | 37 | 2D |
| Octal | 261 | 64 | 73 | 0 | 107 | 103 | 37 | 545 | 67 | 55 |
| Binary | 10110001 | 110100 | 111011 | 0 | 1000111 | 1000011 | 11111 | 101100101 | 110111 | 101101 |
Color Harmonies of #B1343B
Complementary color
Monochromatic Colors of #B1343B
Black with #B1343B
Text Example
Text Example
White with #B1343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1343B; }
p { color: rgb(177,52,59); }
H1.HeaderClassName
{
color: #B1343B;
}
.AnyTagClassName
{
color: #B1343B;
}
</style>
background-color css
<style>
a { background-color: #B1343B; }
a { background-color: rgb(177,52,59); }
div.DivClassName
{
background-color: #B1343B;
}
.BgClassName
{
background-color: #B1343B;
}
</style>
border-color css
<style>
span { border-color: #B1343B; }
span { border-color: rgb(177,52,59); }
td.TdClassName
{
border-color: #B1343B;
}
.TagClassName
{
border-color: #B1343B;
}
</style>