Shades of Fire Brick #B71D0E
Tints of Fire Brick #B71D0E
RGB
CMYK
RGB Variations
Color information
#B71D0E (or 0xB71D0E) is known color: Fire Brick. HEX triplet: B7, 1D and 0E. RGB value is (183,29,14). Sum of RGB (Red+Green+Blue) = 183+29+14=226 (29% of max value = 765). Red value is 183 (71.88% from 255 or 80.97% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71D0E is #48E2F1. Grayscale: #494949. Windows color (decimal): -4776690 or 925111. OLE color: 925111.
HSL color Cylindrical-coordinate representation of color #B71D0E: hue angle of 5.33º 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 #B71D0E is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 29 | 14 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.28 |
| HSL | 5.33º | 0.86% | 0.39% | - |
| HSV(B) | 5.33º | 0.92% | 0.72% | - |
| XYZ | 20.05 | 10.98 | 1.48 | - |
| YUV | 73.34 | 94.52 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 14 | 0 | 0.84 | 0.92 | 0.28 | 5.33 | 0.86 | 0.39 |
| Hex | B7 | 1D | E | 0 | 54 | 5C | 1C | 5 | 56 | 27 |
| Octal | 267 | 35 | 16 | 0 | 124 | 134 | 34 | 5 | 126 | 47 |
| Binary | 10110111 | 11101 | 1110 | 0 | 1010100 | 1011100 | 11100 | 101 | 1010110 | 100111 |
Color Harmonies of #B71D0E
Complementary color
Monochromatic Colors of #B71D0E
Black with #B71D0E
Text Example
Text Example
White with #B71D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71D0E; }
p { color: rgb(183,29,14); }
H1.HeaderClassName
{
color: #B71D0E;
}
.AnyTagClassName
{
color: #B71D0E;
}
</style>
background-color css
<style>
a { background-color: #B71D0E; }
a { background-color: rgb(183,29,14); }
div.DivClassName
{
background-color: #B71D0E;
}
.BgClassName
{
background-color: #B71D0E;
}
</style>
border-color css
<style>
span { border-color: #B71D0E; }
span { border-color: rgb(183,29,14); }
td.TdClassName
{
border-color: #B71D0E;
}
.TagClassName
{
border-color: #B71D0E;
}
</style>