Shades of Fire Brick #BB281F
Tints of Fire Brick #BB281F
RGB
CMYK
RGB Variations
Color information
#BB281F (or 0xBB281F) is known color: Fire Brick. HEX triplet: BB, 28 and 1F. RGB value is (187,40,31). Sum of RGB (Red+Green+Blue) = 187+40+31=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB281F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB281F is #44D7E0. Grayscale: #535353. Windows color (decimal): -4511713 or 2042043. OLE color: 2042043.
HSL color Cylindrical-coordinate representation of color #BB281F: hue angle of 3.46º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB281F is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 31 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.27 |
| HSL | 3.46º | 0.72% | 0.43% | - |
| HSV(B) | 3.46º | 0.83% | 0.73% | - |
| XYZ | 21.5 | 12.18 | 2.51 | - |
| YUV | 82.93 | 98.7 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 31 | 0 | 0.79 | 0.83 | 0.27 | 3.46 | 0.72 | 0.43 |
| Hex | BB | 28 | 1F | 0 | 4F | 53 | 1B | 3 | 48 | 2B |
| Octal | 273 | 50 | 37 | 0 | 117 | 123 | 33 | 3 | 110 | 53 |
| Binary | 10111011 | 101000 | 11111 | 0 | 1001111 | 1010011 | 11011 | 11 | 1001000 | 101011 |
Color Harmonies of #BB281F
Complementary color
Monochromatic Colors of #BB281F
Black with #BB281F
Text Example
Text Example
White with #BB281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB281F; }
p { color: rgb(187,40,31); }
H1.HeaderClassName
{
color: #BB281F;
}
.AnyTagClassName
{
color: #BB281F;
}
</style>
background-color css
<style>
a { background-color: #BB281F; }
a { background-color: rgb(187,40,31); }
div.DivClassName
{
background-color: #BB281F;
}
.BgClassName
{
background-color: #BB281F;
}
</style>
border-color css
<style>
span { border-color: #BB281F; }
span { border-color: rgb(187,40,31); }
td.TdClassName
{
border-color: #BB281F;
}
.TagClassName
{
border-color: #BB281F;
}
</style>