Shades of Fire Brick #B51110
Tints of Fire Brick #B51110
RGB
CMYK
RGB Variations
Color information
#B51110 (or 0xB51110) is known color: Fire Brick. HEX triplet: B5, 11 and 10. RGB value is (181,17,16). Sum of RGB (Red+Green+Blue) = 181+17+16=214 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.58% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 181 - color contains mainly: red. Hex color #B51110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51110 is #4AEEEF. Grayscale: #424242. Windows color (decimal): -4910832 or 1053109. OLE color: 1053109.
HSL color Cylindrical-coordinate representation of color #B51110: hue angle of 0.36º degrees, saturation: 0.84, 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 #B51110 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 16 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.29 |
| HSL | 0.36º | 0.84% | 0.39% | - |
| HSV(B) | 0.36º | 0.91% | 0.71% | - |
| XYZ | 19.35 | 10.26 | 1.45 | - |
| YUV | 65.92 | 99.83 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 16 | 0 | 0.91 | 0.91 | 0.29 | 0.36 | 0.84 | 0.39 |
| Hex | B5 | 11 | 10 | 0 | 5B | 5B | 1D | 0 | 54 | 27 |
| Octal | 265 | 21 | 20 | 0 | 133 | 133 | 35 | 0 | 124 | 47 |
| Binary | 10110101 | 10001 | 10000 | 0 | 1011011 | 1011011 | 11101 | 0 | 1010100 | 100111 |
Color Harmonies of #B51110
Complementary color
Monochromatic Colors of #B51110
Black with #B51110
Text Example
Text Example
White with #B51110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51110; }
p { color: rgb(181,17,16); }
H1.HeaderClassName
{
color: #B51110;
}
.AnyTagClassName
{
color: #B51110;
}
</style>
background-color css
<style>
a { background-color: #B51110; }
a { background-color: rgb(181,17,16); }
div.DivClassName
{
background-color: #B51110;
}
.BgClassName
{
background-color: #B51110;
}
</style>
border-color css
<style>
span { border-color: #B51110; }
span { border-color: rgb(181,17,16); }
td.TdClassName
{
border-color: #B51110;
}
.TagClassName
{
border-color: #B51110;
}
</style>