Shades of Fire Brick #B41211
Tints of Fire Brick #B41211
RGB
CMYK
RGB Variations
Color information
#B41211 (or 0xB41211) is known color: Fire Brick. HEX triplet: B4, 12 and 11. RGB value is (180,18,17). Sum of RGB (Red+Green+Blue) = 180+18+17=215 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.72% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 180 - color contains mainly: red. Hex color #B41211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41211 is #4BEDEE. Grayscale: #424242. Windows color (decimal): -4976111 or 1118900. OLE color: 1118900.
HSL color Cylindrical-coordinate representation of color #B41211: hue angle of 0.37º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41211 is Cyan = 0, Magento = 0.9, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 18 | 17 | - |
| CMYK | 0 | 0.9 | 0.91 | 0.29 |
| HSL | 0.37º | 0.83% | 0.39% | - |
| HSV(B) | 0.37º | 0.91% | 0.71% | - |
| XYZ | 19.14 | 10.18 | 1.49 | - |
| YUV | 66.32 | 100.17 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 17 | 0 | 0.9 | 0.91 | 0.29 | 0.37 | 0.83 | 0.39 |
| Hex | B4 | 12 | 11 | 0 | 5A | 5B | 1D | 0 | 53 | 27 |
| Octal | 264 | 22 | 21 | 0 | 132 | 133 | 35 | 0 | 123 | 47 |
| Binary | 10110100 | 10010 | 10001 | 0 | 1011010 | 1011011 | 11101 | 0 | 1010011 | 100111 |
Color Harmonies of #B41211
Complementary color
Monochromatic Colors of #B41211
Black with #B41211
Text Example
Text Example
White with #B41211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41211; }
p { color: rgb(180,18,17); }
H1.HeaderClassName
{
color: #B41211;
}
.AnyTagClassName
{
color: #B41211;
}
</style>
background-color css
<style>
a { background-color: #B41211; }
a { background-color: rgb(180,18,17); }
div.DivClassName
{
background-color: #B41211;
}
.BgClassName
{
background-color: #B41211;
}
</style>
border-color css
<style>
span { border-color: #B41211; }
span { border-color: rgb(180,18,17); }
td.TdClassName
{
border-color: #B41211;
}
.TagClassName
{
border-color: #B41211;
}
</style>