Shades of Brick Red #B12C3E
Tints of Brick Red #B12C3E
RGB
CMYK
RGB Variations
Color information
#B12C3E (or 0xB12C3E) is known color: Brick Red. HEX triplet: B1, 2C and 3E. RGB value is (177,44,62). Sum of RGB (Red+Green+Blue) = 177+44+62=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12C3E is #4ED3C1. Grayscale: #555555. Windows color (decimal): -5166018 or 4074673. OLE color: 4074673.
HSL color Cylindrical-coordinate representation of color #B12C3E: hue angle of 351.88º 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 #B12C3E is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 44 | 62 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.31 |
| HSL | 351.88º | 0.6% | 0.43% | - |
| HSV(B) | 351.88º | 0.75% | 0.69% | - |
| XYZ | 19.9 | 11.5 | 5.73 | - |
| YUV | 85.82 | 114.56 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 44 | 62 | 0 | 0.75 | 0.65 | 0.31 | 351.88 | 0.6 | 0.43 |
| Hex | B1 | 2C | 3E | 0 | 4B | 41 | 1F | 160 | 3C | 2B |
| Octal | 261 | 54 | 76 | 0 | 113 | 101 | 37 | 540 | 74 | 53 |
| Binary | 10110001 | 101100 | 111110 | 0 | 1001011 | 1000001 | 11111 | 101100000 | 111100 | 101011 |
Color Harmonies of #B12C3E
Complementary color
Monochromatic Colors of #B12C3E
Black with #B12C3E
Text Example
Text Example
White with #B12C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12C3E; }
p { color: rgb(177,44,62); }
H1.HeaderClassName
{
color: #B12C3E;
}
.AnyTagClassName
{
color: #B12C3E;
}
</style>
background-color css
<style>
a { background-color: #B12C3E; }
a { background-color: rgb(177,44,62); }
div.DivClassName
{
background-color: #B12C3E;
}
.BgClassName
{
background-color: #B12C3E;
}
</style>
border-color css
<style>
span { border-color: #B12C3E; }
span { border-color: rgb(177,44,62); }
td.TdClassName
{
border-color: #B12C3E;
}
.TagClassName
{
border-color: #B12C3E;
}
</style>