Shades of Fire Brick #B8281B
Tints of Fire Brick #B8281B
RGB
CMYK
RGB Variations
Color information
#B8281B (or 0xB8281B) is known color: Fire Brick. HEX triplet: B8, 28 and 1B. RGB value is (184,40,27). Sum of RGB (Red+Green+Blue) = 184+40+27=251 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.31% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 184 - color contains mainly: red. Hex color #B8281B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8281B is #47D7E4. Grayscale: #515151. Windows color (decimal): -4708325 or 1779896. OLE color: 1779896.
HSL color Cylindrical-coordinate representation of color #B8281B: hue angle of 4.97º 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 #B8281B is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 27 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.28 |
| HSL | 4.97º | 0.74% | 0.41% | - |
| HSV(B) | 4.97º | 0.85% | 0.72% | - |
| XYZ | 20.72 | 11.79 | 2.22 | - |
| YUV | 81.57 | 97.21 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 27 | 0 | 0.78 | 0.85 | 0.28 | 4.97 | 0.74 | 0.41 |
| Hex | B8 | 28 | 1B | 0 | 4E | 55 | 1C | 5 | 4A | 29 |
| Octal | 270 | 50 | 33 | 0 | 116 | 125 | 34 | 5 | 112 | 51 |
| Binary | 10111000 | 101000 | 11011 | 0 | 1001110 | 1010101 | 11100 | 101 | 1001010 | 101001 |
Color Harmonies of #B8281B
Complementary color
Monochromatic Colors of #B8281B
Black with #B8281B
Text Example
Text Example
White with #B8281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8281B; }
p { color: rgb(184,40,27); }
H1.HeaderClassName
{
color: #B8281B;
}
.AnyTagClassName
{
color: #B8281B;
}
</style>
background-color css
<style>
a { background-color: #B8281B; }
a { background-color: rgb(184,40,27); }
div.DivClassName
{
background-color: #B8281B;
}
.BgClassName
{
background-color: #B8281B;
}
</style>
border-color css
<style>
span { border-color: #B8281B; }
span { border-color: rgb(184,40,27); }
td.TdClassName
{
border-color: #B8281B;
}
.TagClassName
{
border-color: #B8281B;
}
</style>