Shades of Fire Brick #B12E21
Tints of Fire Brick #B12E21
RGB
CMYK
RGB Variations
Color information
#B12E21 (or 0xB12E21) is known color: Fire Brick. HEX triplet: B1, 2E and 21. RGB value is (177,46,33). Sum of RGB (Red+Green+Blue) = 177+46+33=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12E21 is #4ED1DE. Grayscale: #535353. Windows color (decimal): -5165535 or 2174641. OLE color: 2174641.
HSL color Cylindrical-coordinate representation of color #B12E21: hue angle of 5.42º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12E21 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 46 | 33 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.31 |
| HSL | 5.42º | 0.69% | 0.41% | - |
| HSV(B) | 5.42º | 0.81% | 0.69% | - |
| XYZ | 19.38 | 11.41 | 2.62 | - |
| YUV | 83.69 | 99.4 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 46 | 33 | 0 | 0.74 | 0.81 | 0.31 | 5.42 | 0.69 | 0.41 |
| Hex | B1 | 2E | 21 | 0 | 4A | 51 | 1F | 5 | 45 | 29 |
| Octal | 261 | 56 | 41 | 0 | 112 | 121 | 37 | 5 | 105 | 51 |
| Binary | 10110001 | 101110 | 100001 | 0 | 1001010 | 1010001 | 11111 | 101 | 1000101 | 101001 |
Color Harmonies of #B12E21
Complementary color
Monochromatic Colors of #B12E21
Black with #B12E21
Text Example
Text Example
White with #B12E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12E21; }
p { color: rgb(177,46,33); }
H1.HeaderClassName
{
color: #B12E21;
}
.AnyTagClassName
{
color: #B12E21;
}
</style>
background-color css
<style>
a { background-color: #B12E21; }
a { background-color: rgb(177,46,33); }
div.DivClassName
{
background-color: #B12E21;
}
.BgClassName
{
background-color: #B12E21;
}
</style>
border-color css
<style>
span { border-color: #B12E21; }
span { border-color: rgb(177,46,33); }
td.TdClassName
{
border-color: #B12E21;
}
.TagClassName
{
border-color: #B12E21;
}
</style>