Shades of Brick Red #B1323C
Tints of Brick Red #B1323C
RGB
CMYK
RGB Variations
Color information
#B1323C (or 0xB1323C) is known color: Brick Red. HEX triplet: B1, 32 and 3C. RGB value is (177,50,60). Sum of RGB (Red+Green+Blue) = 177+50+60=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B1323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1323C is #4ECDC3. Grayscale: #595959. Windows color (decimal): -5164484 or 3945137. OLE color: 3945137.
HSL color Cylindrical-coordinate representation of color #B1323C: hue angle of 355.28º 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 #B1323C is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 60 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.31 |
| HSL | 355.28º | 0.56% | 0.45% | - |
| HSV(B) | 355.28º | 0.72% | 0.69% | - |
| XYZ | 20.09 | 11.95 | 5.52 | - |
| YUV | 89.11 | 111.58 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 60 | 0 | 0.72 | 0.66 | 0.31 | 355.28 | 0.56 | 0.45 |
| Hex | B1 | 32 | 3C | 0 | 48 | 42 | 1F | 163 | 38 | 2D |
| Octal | 261 | 62 | 74 | 0 | 110 | 102 | 37 | 543 | 70 | 55 |
| Binary | 10110001 | 110010 | 111100 | 0 | 1001000 | 1000010 | 11111 | 101100011 | 111000 | 101101 |
Color Harmonies of #B1323C
Complementary color
Monochromatic Colors of #B1323C
Black with #B1323C
Text Example
Text Example
White with #B1323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1323C; }
p { color: rgb(177,50,60); }
H1.HeaderClassName
{
color: #B1323C;
}
.AnyTagClassName
{
color: #B1323C;
}
</style>
background-color css
<style>
a { background-color: #B1323C; }
a { background-color: rgb(177,50,60); }
div.DivClassName
{
background-color: #B1323C;
}
.BgClassName
{
background-color: #B1323C;
}
</style>
border-color css
<style>
span { border-color: #B1323C; }
span { border-color: rgb(177,50,60); }
td.TdClassName
{
border-color: #B1323C;
}
.TagClassName
{
border-color: #B1323C;
}
</style>