Shades of Fire Brick #B71510
Tints of Fire Brick #B71510
RGB
CMYK
RGB Variations
Color information
#B71510 (or 0xB71510) is known color: Fire Brick. HEX triplet: B7, 15 and 10. RGB value is (183,21,16). Sum of RGB (Red+Green+Blue) = 183+21+16=220 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.18% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 183 - color contains mainly: red. Hex color #B71510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71510 is #48EAEF. Grayscale: #454545. Windows color (decimal): -4778736 or 1054135. OLE color: 1054135.
HSL color Cylindrical-coordinate representation of color #B71510: hue angle of 1.8º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71510 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 16 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.28 |
| HSL | 1.8º | 0.84% | 0.39% | - |
| HSV(B) | 1.8º | 0.91% | 0.72% | - |
| XYZ | 19.89 | 10.64 | 1.5 | - |
| YUV | 68.87 | 98.17 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 16 | 0 | 0.89 | 0.91 | 0.28 | 1.8 | 0.84 | 0.39 |
| Hex | B7 | 15 | 10 | 0 | 59 | 5B | 1C | 2 | 54 | 27 |
| Octal | 267 | 25 | 20 | 0 | 131 | 133 | 34 | 2 | 124 | 47 |
| Binary | 10110111 | 10101 | 10000 | 0 | 1011001 | 1011011 | 11100 | 10 | 1010100 | 100111 |
Color Harmonies of #B71510
Complementary color
Monochromatic Colors of #B71510
Black with #B71510
Text Example
Text Example
White with #B71510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71510; }
p { color: rgb(183,21,16); }
H1.HeaderClassName
{
color: #B71510;
}
.AnyTagClassName
{
color: #B71510;
}
</style>
background-color css
<style>
a { background-color: #B71510; }
a { background-color: rgb(183,21,16); }
div.DivClassName
{
background-color: #B71510;
}
.BgClassName
{
background-color: #B71510;
}
</style>
border-color css
<style>
span { border-color: #B71510; }
span { border-color: rgb(183,21,16); }
td.TdClassName
{
border-color: #B71510;
}
.TagClassName
{
border-color: #B71510;
}
</style>