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