Shades of Fire Brick #B71C0E
Tints of Fire Brick #B71C0E
RGB
CMYK
RGB Variations
Color information
#B71C0E (or 0xB71C0E) is known color: Fire Brick. HEX triplet: B7, 1C and 0E. RGB value is (183,28,14). Sum of RGB (Red+Green+Blue) = 183+28+14=225 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.33% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71C0E is #48E3F1. Grayscale: #484848. Windows color (decimal): -4776946 or 924855. OLE color: 924855.
HSL color Cylindrical-coordinate representation of color #B71C0E: hue angle of 4.97º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B71C0E is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 14 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.28 |
| HSL | 4.97º | 0.86% | 0.39% | - |
| HSV(B) | 4.97º | 0.92% | 0.72% | - |
| XYZ | 20.02 | 10.93 | 1.47 | - |
| YUV | 72.75 | 94.85 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 14 | 0 | 0.85 | 0.92 | 0.28 | 4.97 | 0.86 | 0.39 |
| Hex | B7 | 1C | E | 0 | 55 | 5C | 1C | 5 | 56 | 27 |
| Octal | 267 | 34 | 16 | 0 | 125 | 134 | 34 | 5 | 126 | 47 |
| Binary | 10110111 | 11100 | 1110 | 0 | 1010101 | 1011100 | 11100 | 101 | 1010110 | 100111 |
Color Harmonies of #B71C0E
Complementary color
Monochromatic Colors of #B71C0E
Black with #B71C0E
Text Example
Text Example
White with #B71C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C0E; }
p { color: rgb(183,28,14); }
H1.HeaderClassName
{
color: #B71C0E;
}
.AnyTagClassName
{
color: #B71C0E;
}
</style>
background-color css
<style>
a { background-color: #B71C0E; }
a { background-color: rgb(183,28,14); }
div.DivClassName
{
background-color: #B71C0E;
}
.BgClassName
{
background-color: #B71C0E;
}
</style>
border-color css
<style>
span { border-color: #B71C0E; }
span { border-color: rgb(183,28,14); }
td.TdClassName
{
border-color: #B71C0E;
}
.TagClassName
{
border-color: #B71C0E;
}
</style>