Shades of Fire Brick #B81F1F
Tints of Fire Brick #B81F1F
RGB
CMYK
RGB Variations
Color information
#B81F1F (or 0xB81F1F) is known color: Fire Brick. HEX triplet: B8, 1F and 1F. RGB value is (184,31,31). Sum of RGB (Red+Green+Blue) = 184+31+31=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81F1F is #47E0E0. Grayscale: #4C4C4C. Windows color (decimal): -4710625 or 2039736. OLE color: 2039736.
HSL color Cylindrical-coordinate representation of color #B81F1F: hue angle of 0º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B81F1F is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 31 | 31 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.28 |
| HSL | 0º | 0.71% | 0.42% | - |
| HSV(B) | 0º | 0.83% | 0.72% | - |
| XYZ | 20.5 | 11.27 | 2.39 | - |
| YUV | 76.75 | 102.19 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 31 | 0 | 0.83 | 0.83 | 0.28 | 0 | 0.71 | 0.42 |
| Hex | B8 | 1F | 1F | 0 | 53 | 53 | 1C | 0 | 47 | 2A |
| Octal | 270 | 37 | 37 | 0 | 123 | 123 | 34 | 0 | 107 | 52 |
| Binary | 10111000 | 11111 | 11111 | 0 | 1010011 | 1010011 | 11100 | 0 | 1000111 | 101010 |
Color Harmonies of #B81F1F
Complementary color
Monochromatic Colors of #B81F1F
Black with #B81F1F
Text Example
Text Example
White with #B81F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81F1F; }
p { color: rgb(184,31,31); }
H1.HeaderClassName
{
color: #B81F1F;
}
.AnyTagClassName
{
color: #B81F1F;
}
</style>
background-color css
<style>
a { background-color: #B81F1F; }
a { background-color: rgb(184,31,31); }
div.DivClassName
{
background-color: #B81F1F;
}
.BgClassName
{
background-color: #B81F1F;
}
</style>
border-color css
<style>
span { border-color: #B81F1F; }
span { border-color: rgb(184,31,31); }
td.TdClassName
{
border-color: #B81F1F;
}
.TagClassName
{
border-color: #B81F1F;
}
</style>