Shades of Brick Red #B1323B
Tints of Brick Red #B1323B
RGB
CMYK
RGB Variations
Color information
#B1323B (or 0xB1323B) is known color: Brick Red. HEX triplet: B1, 32 and 3B. RGB value is (177,50,59). Sum of RGB (Red+Green+Blue) = 177+50+59=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1323B is #4ECDC4. Grayscale: #595959. Windows color (decimal): -5164485 or 3879601. OLE color: 3879601.
HSL color Cylindrical-coordinate representation of color #B1323B: hue angle of 355.75º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1323B is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 59 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.31 |
| HSL | 355.75º | 0.56% | 0.45% | - |
| HSV(B) | 355.75º | 0.72% | 0.69% | - |
| XYZ | 20.06 | 11.94 | 5.39 | - |
| YUV | 89 | 111.08 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 59 | 0 | 0.72 | 0.67 | 0.31 | 355.75 | 0.56 | 0.45 |
| Hex | B1 | 32 | 3B | 0 | 48 | 43 | 1F | 164 | 38 | 2D |
| Octal | 261 | 62 | 73 | 0 | 110 | 103 | 37 | 544 | 70 | 55 |
| Binary | 10110001 | 110010 | 111011 | 0 | 1001000 | 1000011 | 11111 | 101100100 | 111000 | 101101 |
Color Harmonies of #B1323B
Complementary color
Monochromatic Colors of #B1323B
Black with #B1323B
Text Example
Text Example
White with #B1323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1323B; }
p { color: rgb(177,50,59); }
H1.HeaderClassName
{
color: #B1323B;
}
.AnyTagClassName
{
color: #B1323B;
}
</style>
background-color css
<style>
a { background-color: #B1323B; }
a { background-color: rgb(177,50,59); }
div.DivClassName
{
background-color: #B1323B;
}
.BgClassName
{
background-color: #B1323B;
}
</style>
border-color css
<style>
span { border-color: #B1323B; }
span { border-color: rgb(177,50,59); }
td.TdClassName
{
border-color: #B1323B;
}
.TagClassName
{
border-color: #B1323B;
}
</style>