Shades of Fire Brick #B12020
Tints of Fire Brick #B12020
RGB
CMYK
RGB Variations
Color information
#B12020 (or 0xB12020) is known color: Fire Brick. HEX triplet: B1, 20 and 20. RGB value is (177,32,32). Sum of RGB (Red+Green+Blue) = 177+32+32=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B12020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12020 is #4EDFDF. Grayscale: #4B4B4B. Windows color (decimal): -5169120 or 2105521. OLE color: 2105521.
HSL color Cylindrical-coordinate representation of color #B12020: hue angle of 0º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12020 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 32 | 32 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.31 |
| HSL | 0º | 0.69% | 0.41% | - |
| HSV(B) | 0º | 0.82% | 0.69% | - |
| XYZ | 18.91 | 10.48 | 2.39 | - |
| YUV | 75.36 | 103.54 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 32 | 0 | 0.82 | 0.82 | 0.31 | 0 | 0.69 | 0.41 |
| Hex | B1 | 20 | 20 | 0 | 52 | 52 | 1F | 0 | 45 | 29 |
| Octal | 261 | 40 | 40 | 0 | 122 | 122 | 37 | 0 | 105 | 51 |
| Binary | 10110001 | 100000 | 100000 | 0 | 1010010 | 1010010 | 11111 | 0 | 1000101 | 101001 |
Color Harmonies of #B12020
Complementary color
Monochromatic Colors of #B12020
Black with #B12020
Text Example
Text Example
White with #B12020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12020; }
p { color: rgb(177,32,32); }
H1.HeaderClassName
{
color: #B12020;
}
.AnyTagClassName
{
color: #B12020;
}
</style>
background-color css
<style>
a { background-color: #B12020; }
a { background-color: rgb(177,32,32); }
div.DivClassName
{
background-color: #B12020;
}
.BgClassName
{
background-color: #B12020;
}
</style>
border-color css
<style>
span { border-color: #B12020; }
span { border-color: rgb(177,32,32); }
td.TdClassName
{
border-color: #B12020;
}
.TagClassName
{
border-color: #B12020;
}
</style>