Shades of Fire Brick #B81F09
Tints of Fire Brick #B81F09
RGB
CMYK
RGB Variations
Color information
#B81F09 (or 0xB81F09) is known color: Fire Brick. HEX triplet: B8, 1F and 09. RGB value is (184,31,9). Sum of RGB (Red+Green+Blue) = 184+31+9=224 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.14% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81F09 is #47E0F6. Grayscale: #4A4A4A. Windows color (decimal): -4710647 or 597944. OLE color: 597944.
HSL color Cylindrical-coordinate representation of color #B81F09: hue angle of 7.54º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B81F09 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 31 | 9 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.28 |
| HSL | 7.54º | 0.91% | 0.38% | - |
| HSV(B) | 7.54º | 0.95% | 0.72% | - |
| XYZ | 20.31 | 11.19 | 1.35 | - |
| YUV | 74.24 | 91.19 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 9 | 0 | 0.83 | 0.95 | 0.28 | 7.54 | 0.91 | 0.38 |
| Hex | B8 | 1F | 9 | 0 | 53 | 5F | 1C | 8 | 5B | 26 |
| Octal | 270 | 37 | 11 | 0 | 123 | 137 | 34 | 10 | 133 | 46 |
| Binary | 10111000 | 11111 | 1001 | 0 | 1010011 | 1011111 | 11100 | 1000 | 1011011 | 100110 |
Color Harmonies of #B81F09
Complementary color
Monochromatic Colors of #B81F09
Black with #B81F09
Text Example
Text Example
White with #B81F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81F09; }
p { color: rgb(184,31,9); }
H1.HeaderClassName
{
color: #B81F09;
}
.AnyTagClassName
{
color: #B81F09;
}
</style>
background-color css
<style>
a { background-color: #B81F09; }
a { background-color: rgb(184,31,9); }
div.DivClassName
{
background-color: #B81F09;
}
.BgClassName
{
background-color: #B81F09;
}
</style>
border-color css
<style>
span { border-color: #B81F09; }
span { border-color: rgb(184,31,9); }
td.TdClassName
{
border-color: #B81F09;
}
.TagClassName
{
border-color: #B81F09;
}
</style>