Shades of Fire Brick #B71615
Tints of Fire Brick #B71615
RGB
CMYK
RGB Variations
Color information
#B71615 (or 0xB71615) is known color: Fire Brick. HEX triplet: B7, 16 and 15. RGB value is (183,22,21). Sum of RGB (Red+Green+Blue) = 183+22+21=226 (29% of max value = 765). Red value is 183 (71.88% from 255 or 80.97% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 183 - color contains mainly: red. Hex color #B71615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71615 is #48E9EA. Grayscale: #464646. Windows color (decimal): -4778475 or 1382071. OLE color: 1382071.
HSL color Cylindrical-coordinate representation of color #B71615: hue angle of 0.37º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71615 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 21 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.28 |
| HSL | 0.37º | 0.79% | 0.4% | - |
| HSV(B) | 0.37º | 0.89% | 0.72% | - |
| XYZ | 19.95 | 10.7 | 1.72 | - |
| YUV | 70.03 | 100.34 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 21 | 0 | 0.88 | 0.89 | 0.28 | 0.37 | 0.79 | 0.4 |
| Hex | B7 | 16 | 15 | 0 | 58 | 59 | 1C | 0 | 4F | 28 |
| Octal | 267 | 26 | 25 | 0 | 130 | 131 | 34 | 0 | 117 | 50 |
| Binary | 10110111 | 10110 | 10101 | 0 | 1011000 | 1011001 | 11100 | 0 | 1001111 | 101000 |
Color Harmonies of #B71615
Complementary color
Monochromatic Colors of #B71615
Black with #B71615
Text Example
Text Example
White with #B71615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71615; }
p { color: rgb(183,22,21); }
H1.HeaderClassName
{
color: #B71615;
}
.AnyTagClassName
{
color: #B71615;
}
</style>
background-color css
<style>
a { background-color: #B71615; }
a { background-color: rgb(183,22,21); }
div.DivClassName
{
background-color: #B71615;
}
.BgClassName
{
background-color: #B71615;
}
</style>
border-color css
<style>
span { border-color: #B71615; }
span { border-color: rgb(183,22,21); }
td.TdClassName
{
border-color: #B71615;
}
.TagClassName
{
border-color: #B71615;
}
</style>