Shades of Fire Brick #B12721
Tints of Fire Brick #B12721
RGB
CMYK
RGB Variations
Color information
#B12721 (or 0xB12721) is known color: Fire Brick. HEX triplet: B1, 27 and 21. RGB value is (177,39,33). Sum of RGB (Red+Green+Blue) = 177+39+33=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B12721 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12721 is #4ED8DE. Grayscale: #4F4F4F. Windows color (decimal): -5167327 or 2172849. OLE color: 2172849.
HSL color Cylindrical-coordinate representation of color #B12721: hue angle of 2.5º 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 #B12721 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 39 | 33 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.31 |
| HSL | 2.5º | 0.69% | 0.41% | - |
| HSV(B) | 2.5º | 0.81% | 0.69% | - |
| XYZ | 19.13 | 10.91 | 2.54 | - |
| YUV | 79.58 | 101.72 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 33 | 0 | 0.78 | 0.81 | 0.31 | 2.5 | 0.69 | 0.41 |
| Hex | B1 | 27 | 21 | 0 | 4E | 51 | 1F | 2 | 45 | 29 |
| Octal | 261 | 47 | 41 | 0 | 116 | 121 | 37 | 2 | 105 | 51 |
| Binary | 10110001 | 100111 | 100001 | 0 | 1001110 | 1010001 | 11111 | 10 | 1000101 | 101001 |
Color Harmonies of #B12721
Complementary color
Monochromatic Colors of #B12721
Black with #B12721
Text Example
Text Example
White with #B12721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12721; }
p { color: rgb(177,39,33); }
H1.HeaderClassName
{
color: #B12721;
}
.AnyTagClassName
{
color: #B12721;
}
</style>
background-color css
<style>
a { background-color: #B12721; }
a { background-color: rgb(177,39,33); }
div.DivClassName
{
background-color: #B12721;
}
.BgClassName
{
background-color: #B12721;
}
</style>
border-color css
<style>
span { border-color: #B12721; }
span { border-color: rgb(177,39,33); }
td.TdClassName
{
border-color: #B12721;
}
.TagClassName
{
border-color: #B12721;
}
</style>