Shades of Brick Red #B12C37
Tints of Brick Red #B12C37
RGB
CMYK
RGB Variations
Color information
#B12C37 (or 0xB12C37) is known color: Brick Red. HEX triplet: B1, 2C and 37. RGB value is (177,44,55). Sum of RGB (Red+Green+Blue) = 177+44+55=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12C37 is #4ED3C8. Grayscale: #555555. Windows color (decimal): -5166025 or 3615921. OLE color: 3615921.
HSL color Cylindrical-coordinate representation of color #B12C37: hue angle of 355.04º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12C37 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 44 | 55 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.31 |
| HSL | 355.04º | 0.6% | 0.43% | - |
| HSV(B) | 355.04º | 0.75% | 0.69% | - |
| XYZ | 19.72 | 11.42 | 4.78 | - |
| YUV | 85.02 | 111.06 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 44 | 55 | 0 | 0.75 | 0.69 | 0.31 | 355.04 | 0.6 | 0.43 |
| Hex | B1 | 2C | 37 | 0 | 4B | 45 | 1F | 163 | 3C | 2B |
| Octal | 261 | 54 | 67 | 0 | 113 | 105 | 37 | 543 | 74 | 53 |
| Binary | 10110001 | 101100 | 110111 | 0 | 1001011 | 1000101 | 11111 | 101100011 | 111100 | 101011 |
Color Harmonies of #B12C37
Complementary color
Monochromatic Colors of #B12C37
Black with #B12C37
Text Example
Text Example
White with #B12C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12C37; }
p { color: rgb(177,44,55); }
H1.HeaderClassName
{
color: #B12C37;
}
.AnyTagClassName
{
color: #B12C37;
}
</style>
background-color css
<style>
a { background-color: #B12C37; }
a { background-color: rgb(177,44,55); }
div.DivClassName
{
background-color: #B12C37;
}
.BgClassName
{
background-color: #B12C37;
}
</style>
border-color css
<style>
span { border-color: #B12C37; }
span { border-color: rgb(177,44,55); }
td.TdClassName
{
border-color: #B12C37;
}
.TagClassName
{
border-color: #B12C37;
}
</style>