Shades of Fire Brick #B71E0B
Tints of Fire Brick #B71E0B
RGB
CMYK
RGB Variations
Color information
#B71E0B (or 0xB71E0B) is known color: Fire Brick. HEX triplet: B7, 1E and 0B. RGB value is (183,30,11). Sum of RGB (Red+Green+Blue) = 183+30+11=224 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.70% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71E0B is #48E1F4. Grayscale: #494949. Windows color (decimal): -4776437 or 728759. OLE color: 728759.
HSL color Cylindrical-coordinate representation of color #B71E0B: hue angle of 6.63º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B71E0B is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 30 | 11 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.28 |
| HSL | 6.63º | 0.89% | 0.38% | - |
| HSV(B) | 6.63º | 0.94% | 0.72% | - |
| XYZ | 20.05 | 11.02 | 1.39 | - |
| YUV | 73.58 | 92.69 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 11 | 0 | 0.84 | 0.94 | 0.28 | 6.63 | 0.89 | 0.38 |
| Hex | B7 | 1E | B | 0 | 54 | 5E | 1C | 7 | 59 | 26 |
| Octal | 267 | 36 | 13 | 0 | 124 | 136 | 34 | 7 | 131 | 46 |
| Binary | 10110111 | 11110 | 1011 | 0 | 1010100 | 1011110 | 11100 | 111 | 1011001 | 100110 |
Color Harmonies of #B71E0B
Complementary color
Monochromatic Colors of #B71E0B
Black with #B71E0B
Text Example
Text Example
White with #B71E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71E0B; }
p { color: rgb(183,30,11); }
H1.HeaderClassName
{
color: #B71E0B;
}
.AnyTagClassName
{
color: #B71E0B;
}
</style>
background-color css
<style>
a { background-color: #B71E0B; }
a { background-color: rgb(183,30,11); }
div.DivClassName
{
background-color: #B71E0B;
}
.BgClassName
{
background-color: #B71E0B;
}
</style>
border-color css
<style>
span { border-color: #B71E0B; }
span { border-color: rgb(183,30,11); }
td.TdClassName
{
border-color: #B71E0B;
}
.TagClassName
{
border-color: #B71E0B;
}
</style>