Shades of Fire Brick #B71B16
Tints of Fire Brick #B71B16
RGB
CMYK
RGB Variations
Color information
#B71B16 (or 0xB71B16) is known color: Fire Brick. HEX triplet: B7, 1B and 16. RGB value is (183,27,22). Sum of RGB (Red+Green+Blue) = 183+27+22=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71B16 is #48E4E9. Grayscale: #494949. Windows color (decimal): -4777194 or 1448887. OLE color: 1448887.
HSL color Cylindrical-coordinate representation of color #B71B16: hue angle of 1.86º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71B16 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 27 | 22 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.28 |
| HSL | 1.86º | 0.79% | 0.4% | - |
| HSV(B) | 1.86º | 0.88% | 0.72% | - |
| XYZ | 20.07 | 10.91 | 1.81 | - |
| YUV | 73.07 | 99.18 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 22 | 0 | 0.85 | 0.88 | 0.28 | 1.86 | 0.79 | 0.4 |
| Hex | B7 | 1B | 16 | 0 | 55 | 58 | 1C | 2 | 4F | 28 |
| Octal | 267 | 33 | 26 | 0 | 125 | 130 | 34 | 2 | 117 | 50 |
| Binary | 10110111 | 11011 | 10110 | 0 | 1010101 | 1011000 | 11100 | 10 | 1001111 | 101000 |
Color Harmonies of #B71B16
Complementary color
Monochromatic Colors of #B71B16
Black with #B71B16
Text Example
Text Example
White with #B71B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71B16; }
p { color: rgb(183,27,22); }
H1.HeaderClassName
{
color: #B71B16;
}
.AnyTagClassName
{
color: #B71B16;
}
</style>
background-color css
<style>
a { background-color: #B71B16; }
a { background-color: rgb(183,27,22); }
div.DivClassName
{
background-color: #B71B16;
}
.BgClassName
{
background-color: #B71B16;
}
</style>
border-color css
<style>
span { border-color: #B71B16; }
span { border-color: rgb(183,27,22); }
td.TdClassName
{
border-color: #B71B16;
}
.TagClassName
{
border-color: #B71B16;
}
</style>