Shades of Fire Brick #B8271B
Tints of Fire Brick #B8271B
RGB
CMYK
RGB Variations
Color information
#B8271B (or 0xB8271B) is known color: Fire Brick. HEX triplet: B8, 27 and 1B. RGB value is (184,39,27). Sum of RGB (Red+Green+Blue) = 184+39+27=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B8271B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8271B is #47D8E4. Grayscale: #515151. Windows color (decimal): -4708581 or 1779640. OLE color: 1779640.
HSL color Cylindrical-coordinate representation of color #B8271B: hue angle of 4.59º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8271B is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 39 | 27 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.28 |
| HSL | 4.59º | 0.74% | 0.41% | - |
| HSV(B) | 4.59º | 0.85% | 0.72% | - |
| XYZ | 20.69 | 11.72 | 2.21 | - |
| YUV | 80.99 | 97.54 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 27 | 0 | 0.79 | 0.85 | 0.28 | 4.59 | 0.74 | 0.41 |
| Hex | B8 | 27 | 1B | 0 | 4F | 55 | 1C | 5 | 4A | 29 |
| Octal | 270 | 47 | 33 | 0 | 117 | 125 | 34 | 5 | 112 | 51 |
| Binary | 10111000 | 100111 | 11011 | 0 | 1001111 | 1010101 | 11100 | 101 | 1001010 | 101001 |
Color Harmonies of #B8271B
Complementary color
Monochromatic Colors of #B8271B
Black with #B8271B
Text Example
Text Example
White with #B8271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8271B; }
p { color: rgb(184,39,27); }
H1.HeaderClassName
{
color: #B8271B;
}
.AnyTagClassName
{
color: #B8271B;
}
</style>
background-color css
<style>
a { background-color: #B8271B; }
a { background-color: rgb(184,39,27); }
div.DivClassName
{
background-color: #B8271B;
}
.BgClassName
{
background-color: #B8271B;
}
</style>
border-color css
<style>
span { border-color: #B8271B; }
span { border-color: rgb(184,39,27); }
td.TdClassName
{
border-color: #B8271B;
}
.TagClassName
{
border-color: #B8271B;
}
</style>