Shades of Brick Red #B12C3B
Tints of Brick Red #B12C3B
RGB
CMYK
RGB Variations
Color information
#B12C3B (or 0xB12C3B) is known color: Brick Red. HEX triplet: B1, 2C and 3B. RGB value is (177,44,59). Sum of RGB (Red+Green+Blue) = 177+44+59=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12C3B is #4ED3C4. Grayscale: #555555. Windows color (decimal): -5166021 or 3878065. OLE color: 3878065.
HSL color Cylindrical-coordinate representation of color #B12C3B: hue angle of 353.23º 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 #B12C3B is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 44 | 59 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.31 |
| HSL | 353.23º | 0.6% | 0.43% | - |
| HSV(B) | 353.23º | 0.75% | 0.69% | - |
| XYZ | 19.82 | 11.46 | 5.31 | - |
| YUV | 85.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 44 | 59 | 0 | 0.75 | 0.67 | 0.31 | 353.23 | 0.6 | 0.43 |
| Hex | B1 | 2C | 3B | 0 | 4B | 43 | 1F | 161 | 3C | 2B |
| Octal | 261 | 54 | 73 | 0 | 113 | 103 | 37 | 541 | 74 | 53 |
| Binary | 10110001 | 101100 | 111011 | 0 | 1001011 | 1000011 | 11111 | 101100001 | 111100 | 101011 |
Color Harmonies of #B12C3B
Complementary color
Monochromatic Colors of #B12C3B
Black with #B12C3B
Text Example
Text Example
White with #B12C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12C3B; }
p { color: rgb(177,44,59); }
H1.HeaderClassName
{
color: #B12C3B;
}
.AnyTagClassName
{
color: #B12C3B;
}
</style>
background-color css
<style>
a { background-color: #B12C3B; }
a { background-color: rgb(177,44,59); }
div.DivClassName
{
background-color: #B12C3B;
}
.BgClassName
{
background-color: #B12C3B;
}
</style>
border-color css
<style>
span { border-color: #B12C3B; }
span { border-color: rgb(177,44,59); }
td.TdClassName
{
border-color: #B12C3B;
}
.TagClassName
{
border-color: #B12C3B;
}
</style>