Shades of Fire Brick #B8271F
Tints of Fire Brick #B8271F
RGB
CMYK
RGB Variations
Color information
#B8271F (or 0xB8271F) is known color: Fire Brick. HEX triplet: B8, 27 and 1F. RGB value is (184,39,31). Sum of RGB (Red+Green+Blue) = 184+39+31=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B8271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8271F is #47D8E0. Grayscale: #515151. Windows color (decimal): -4708577 or 2041784. OLE color: 2041784.
HSL color Cylindrical-coordinate representation of color #B8271F: hue angle of 3.14º 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 #B8271F is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 39 | 31 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.28 |
| HSL | 3.14º | 0.71% | 0.42% | - |
| HSV(B) | 3.14º | 0.83% | 0.72% | - |
| XYZ | 20.74 | 11.74 | 2.47 | - |
| YUV | 81.44 | 99.54 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 31 | 0 | 0.79 | 0.83 | 0.28 | 3.14 | 0.71 | 0.42 |
| Hex | B8 | 27 | 1F | 0 | 4F | 53 | 1C | 3 | 47 | 2A |
| Octal | 270 | 47 | 37 | 0 | 117 | 123 | 34 | 3 | 107 | 52 |
| Binary | 10111000 | 100111 | 11111 | 0 | 1001111 | 1010011 | 11100 | 11 | 1000111 | 101010 |
Color Harmonies of #B8271F
Complementary color
Monochromatic Colors of #B8271F
Black with #B8271F
Text Example
Text Example
White with #B8271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8271F; }
p { color: rgb(184,39,31); }
H1.HeaderClassName
{
color: #B8271F;
}
.AnyTagClassName
{
color: #B8271F;
}
</style>
background-color css
<style>
a { background-color: #B8271F; }
a { background-color: rgb(184,39,31); }
div.DivClassName
{
background-color: #B8271F;
}
.BgClassName
{
background-color: #B8271F;
}
</style>
border-color css
<style>
span { border-color: #B8271F; }
span { border-color: rgb(184,39,31); }
td.TdClassName
{
border-color: #B8271F;
}
.TagClassName
{
border-color: #B8271F;
}
</style>