Shades of Fire Brick #B81E0F
Tints of Fire Brick #B81E0F
RGB
CMYK
RGB Variations
Color information
#B81E0F (or 0xB81E0F) is known color: Fire Brick. HEX triplet: B8, 1E and 0F. RGB value is (184,30,15). Sum of RGB (Red+Green+Blue) = 184+30+15=229 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.35% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81E0F is #47E1F0. Grayscale: #4A4A4A. Windows color (decimal): -4710897 or 990904. OLE color: 990904.
HSL color Cylindrical-coordinate representation of color #B81E0F: hue angle of 5.33º 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 #B81E0F is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 30 | 15 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.28 |
| HSL | 5.33º | 0.85% | 0.39% | - |
| HSV(B) | 5.33º | 0.92% | 0.72% | - |
| XYZ | 20.32 | 11.15 | 1.53 | - |
| YUV | 74.34 | 94.52 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 15 | 0 | 0.84 | 0.92 | 0.28 | 5.33 | 0.85 | 0.39 |
| Hex | B8 | 1E | F | 0 | 54 | 5C | 1C | 5 | 55 | 27 |
| Octal | 270 | 36 | 17 | 0 | 124 | 134 | 34 | 5 | 125 | 47 |
| Binary | 10111000 | 11110 | 1111 | 0 | 1010100 | 1011100 | 11100 | 101 | 1010101 | 100111 |
Color Harmonies of #B81E0F
Complementary color
Monochromatic Colors of #B81E0F
Black with #B81E0F
Text Example
Text Example
White with #B81E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81E0F; }
p { color: rgb(184,30,15); }
H1.HeaderClassName
{
color: #B81E0F;
}
.AnyTagClassName
{
color: #B81E0F;
}
</style>
background-color css
<style>
a { background-color: #B81E0F; }
a { background-color: rgb(184,30,15); }
div.DivClassName
{
background-color: #B81E0F;
}
.BgClassName
{
background-color: #B81E0F;
}
</style>
border-color css
<style>
span { border-color: #B81E0F; }
span { border-color: rgb(184,30,15); }
td.TdClassName
{
border-color: #B81E0F;
}
.TagClassName
{
border-color: #B81E0F;
}
</style>