Shades of Brick Red #B1343D
Tints of Brick Red #B1343D
RGB
CMYK
RGB Variations
Color information
#B1343D (or 0xB1343D) is known color: Brick Red. HEX triplet: B1, 34 and 3D. RGB value is (177,52,61). Sum of RGB (Red+Green+Blue) = 177+52+61=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B1343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1343D is #4ECBC2. Grayscale: #5A5A5A. Windows color (decimal): -5163971 or 4011185. OLE color: 4011185.
HSL color Cylindrical-coordinate representation of color #B1343D: hue angle of 355.68º 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 #B1343D is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 52 | 61 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.31 |
| HSL | 355.68º | 0.55% | 0.45% | - |
| HSV(B) | 355.68º | 0.71% | 0.69% | - |
| XYZ | 20.2 | 12.14 | 5.69 | - |
| YUV | 90.4 | 111.41 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 52 | 61 | 0 | 0.71 | 0.66 | 0.31 | 355.68 | 0.55 | 0.45 |
| Hex | B1 | 34 | 3D | 0 | 47 | 42 | 1F | 164 | 37 | 2D |
| Octal | 261 | 64 | 75 | 0 | 107 | 102 | 37 | 544 | 67 | 55 |
| Binary | 10110001 | 110100 | 111101 | 0 | 1000111 | 1000010 | 11111 | 101100100 | 110111 | 101101 |
Color Harmonies of #B1343D
Complementary color
Monochromatic Colors of #B1343D
Black with #B1343D
Text Example
Text Example
White with #B1343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1343D; }
p { color: rgb(177,52,61); }
H1.HeaderClassName
{
color: #B1343D;
}
.AnyTagClassName
{
color: #B1343D;
}
</style>
background-color css
<style>
a { background-color: #B1343D; }
a { background-color: rgb(177,52,61); }
div.DivClassName
{
background-color: #B1343D;
}
.BgClassName
{
background-color: #B1343D;
}
</style>
border-color css
<style>
span { border-color: #B1343D; }
span { border-color: rgb(177,52,61); }
td.TdClassName
{
border-color: #B1343D;
}
.TagClassName
{
border-color: #B1343D;
}
</style>