Shades of Fire Brick #B71C18
Tints of Fire Brick #B71C18
RGB
CMYK
RGB Variations
Color information
#B71C18 (or 0xB71C18) is known color: Fire Brick. HEX triplet: B7, 1C and 18. RGB value is (183,28,24). Sum of RGB (Red+Green+Blue) = 183+28+24=235 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.87% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71C18 is #48E3E7. Grayscale: #4A4A4A. Windows color (decimal): -4776936 or 1580215. OLE color: 1580215.
HSL color Cylindrical-coordinate representation of color #B71C18: hue angle of 1.51º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71C18 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 24 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.28 |
| HSL | 1.51º | 0.77% | 0.41% | - |
| HSV(B) | 1.51º | 0.87% | 0.72% | - |
| XYZ | 20.11 | 10.96 | 1.92 | - |
| YUV | 73.89 | 99.85 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 24 | 0 | 0.85 | 0.87 | 0.28 | 1.51 | 0.77 | 0.41 |
| Hex | B7 | 1C | 18 | 0 | 55 | 57 | 1C | 2 | 4D | 29 |
| Octal | 267 | 34 | 30 | 0 | 125 | 127 | 34 | 2 | 115 | 51 |
| Binary | 10110111 | 11100 | 11000 | 0 | 1010101 | 1010111 | 11100 | 10 | 1001101 | 101001 |
Color Harmonies of #B71C18
Complementary color
Monochromatic Colors of #B71C18
Black with #B71C18
Text Example
Text Example
White with #B71C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C18; }
p { color: rgb(183,28,24); }
H1.HeaderClassName
{
color: #B71C18;
}
.AnyTagClassName
{
color: #B71C18;
}
</style>
background-color css
<style>
a { background-color: #B71C18; }
a { background-color: rgb(183,28,24); }
div.DivClassName
{
background-color: #B71C18;
}
.BgClassName
{
background-color: #B71C18;
}
</style>
border-color css
<style>
span { border-color: #B71C18; }
span { border-color: rgb(183,28,24); }
td.TdClassName
{
border-color: #B71C18;
}
.TagClassName
{
border-color: #B71C18;
}
</style>