Shades of Fire Brick #B12321
Tints of Fire Brick #B12321
RGB
CMYK
RGB Variations
Color information
#B12321 (or 0xB12321) is known color: Fire Brick. HEX triplet: B1, 23 and 21. RGB value is (177,35,33). Sum of RGB (Red+Green+Blue) = 177+35+33=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B12321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12321 is #4EDCDE. Grayscale: #4D4D4D. Windows color (decimal): -5168351 or 2171825. OLE color: 2171825.
HSL color Cylindrical-coordinate representation of color #B12321: hue angle of 0.83º 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 #B12321 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 33 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.31 |
| HSL | 0.83º | 0.69% | 0.41% | - |
| HSV(B) | 0.83º | 0.81% | 0.69% | - |
| XYZ | 19.01 | 10.66 | 2.49 | - |
| YUV | 77.23 | 103.04 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 33 | 0 | 0.80 | 0.81 | 0.31 | 0.83 | 0.69 | 0.41 |
| Hex | B1 | 23 | 21 | 0 | 50 | 51 | 1F | 1 | 45 | 29 |
| Octal | 261 | 43 | 41 | 0 | 120 | 121 | 37 | 1 | 105 | 51 |
| Binary | 10110001 | 100011 | 100001 | 0 | 1010000 | 1010001 | 11111 | 1 | 1000101 | 101001 |
Color Harmonies of #B12321
Complementary color
Monochromatic Colors of #B12321
Black with #B12321
Text Example
Text Example
White with #B12321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12321; }
p { color: rgb(177,35,33); }
H1.HeaderClassName
{
color: #B12321;
}
.AnyTagClassName
{
color: #B12321;
}
</style>
background-color css
<style>
a { background-color: #B12321; }
a { background-color: rgb(177,35,33); }
div.DivClassName
{
background-color: #B12321;
}
.BgClassName
{
background-color: #B12321;
}
</style>
border-color css
<style>
span { border-color: #B12321; }
span { border-color: rgb(177,35,33); }
td.TdClassName
{
border-color: #B12321;
}
.TagClassName
{
border-color: #B12321;
}
</style>