Shades of Fire Brick #B51111
Tints of Fire Brick #B51111
RGB
CMYK
RGB Variations
Color information
#B51111 (or 0xB51111) is known color: Fire Brick. HEX triplet: B5, 11 and 11. RGB value is (181,17,17). Sum of RGB (Red+Green+Blue) = 181+17+17=215 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.19% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 181 - color contains mainly: red. Hex color #B51111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51111 is #4AEEEE. Grayscale: #424242. Windows color (decimal): -4910831 or 1118645. OLE color: 1118645.
HSL color Cylindrical-coordinate representation of color #B51111: hue angle of 0º 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 #B51111 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 17 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.29 |
| HSL | 0º | 0.83% | 0.39% | - |
| HSV(B) | 0º | 0.91% | 0.71% | - |
| XYZ | 19.36 | 10.27 | 1.49 | - |
| YUV | 66.04 | 100.33 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 17 | 0 | 0.91 | 0.91 | 0.29 | 0 | 0.83 | 0.39 |
| Hex | B5 | 11 | 11 | 0 | 5B | 5B | 1D | 0 | 53 | 27 |
| Octal | 265 | 21 | 21 | 0 | 133 | 133 | 35 | 0 | 123 | 47 |
| Binary | 10110101 | 10001 | 10001 | 0 | 1011011 | 1011011 | 11101 | 0 | 1010011 | 100111 |
Color Harmonies of #B51111
Complementary color
Monochromatic Colors of #B51111
Black with #B51111
Text Example
Text Example
White with #B51111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51111; }
p { color: rgb(181,17,17); }
H1.HeaderClassName
{
color: #B51111;
}
.AnyTagClassName
{
color: #B51111;
}
</style>
background-color css
<style>
a { background-color: #B51111; }
a { background-color: rgb(181,17,17); }
div.DivClassName
{
background-color: #B51111;
}
.BgClassName
{
background-color: #B51111;
}
</style>
border-color css
<style>
span { border-color: #B51111; }
span { border-color: rgb(181,17,17); }
td.TdClassName
{
border-color: #B51111;
}
.TagClassName
{
border-color: #B51111;
}
</style>