Shades of Fire Brick #B71F0F
Tints of Fire Brick #B71F0F
RGB
CMYK
RGB Variations
Color information
#B71F0F (or 0xB71F0F) is known color: Fire Brick. HEX triplet: B7, 1F and 0F. RGB value is (183,31,15). Sum of RGB (Red+Green+Blue) = 183+31+15=229 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.91% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71F0F is #48E0F0. Grayscale: #4A4A4A. Windows color (decimal): -4776177 or 991159. OLE color: 991159.
HSL color Cylindrical-coordinate representation of color #B71F0F: hue angle of 5.71º degrees, saturation: 0.85, 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 #B71F0F is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 31 | 15 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.28 |
| HSL | 5.71º | 0.85% | 0.39% | - |
| HSV(B) | 5.71º | 0.92% | 0.72% | - |
| XYZ | 20.1 | 11.08 | 1.53 | - |
| YUV | 74.62 | 94.36 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 31 | 15 | 0 | 0.83 | 0.92 | 0.28 | 5.71 | 0.85 | 0.39 |
| Hex | B7 | 1F | F | 0 | 53 | 5C | 1C | 6 | 55 | 27 |
| Octal | 267 | 37 | 17 | 0 | 123 | 134 | 34 | 6 | 125 | 47 |
| Binary | 10110111 | 11111 | 1111 | 0 | 1010011 | 1011100 | 11100 | 110 | 1010101 | 100111 |
Color Harmonies of #B71F0F
Complementary color
Monochromatic Colors of #B71F0F
Black with #B71F0F
Text Example
Text Example
White with #B71F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71F0F; }
p { color: rgb(183,31,15); }
H1.HeaderClassName
{
color: #B71F0F;
}
.AnyTagClassName
{
color: #B71F0F;
}
</style>
background-color css
<style>
a { background-color: #B71F0F; }
a { background-color: rgb(183,31,15); }
div.DivClassName
{
background-color: #B71F0F;
}
.BgClassName
{
background-color: #B71F0F;
}
</style>
border-color css
<style>
span { border-color: #B71F0F; }
span { border-color: rgb(183,31,15); }
td.TdClassName
{
border-color: #B71F0F;
}
.TagClassName
{
border-color: #B71F0F;
}
</style>