Shades of Fire Brick #BB261F
Tints of Fire Brick #BB261F
RGB
CMYK
RGB Variations
Color information
#BB261F (or 0xBB261F) is known color: Fire Brick. HEX triplet: BB, 26 and 1F. RGB value is (187,38,31). Sum of RGB (Red+Green+Blue) = 187+38+31=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB261F is #44D9E0. Grayscale: #515151. Windows color (decimal): -4512225 or 2041531. OLE color: 2041531.
HSL color Cylindrical-coordinate representation of color #BB261F: hue angle of 2.69º 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 #BB261F is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 31 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.27 |
| HSL | 2.69º | 0.72% | 0.43% | - |
| HSV(B) | 2.69º | 0.83% | 0.73% | - |
| XYZ | 21.43 | 12.05 | 2.49 | - |
| YUV | 81.75 | 99.36 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 31 | 0 | 0.80 | 0.83 | 0.27 | 2.69 | 0.72 | 0.43 |
| Hex | BB | 26 | 1F | 0 | 50 | 53 | 1B | 3 | 48 | 2B |
| Octal | 273 | 46 | 37 | 0 | 120 | 123 | 33 | 3 | 110 | 53 |
| Binary | 10111011 | 100110 | 11111 | 0 | 1010000 | 1010011 | 11011 | 11 | 1001000 | 101011 |
Color Harmonies of #BB261F
Complementary color
Monochromatic Colors of #BB261F
Black with #BB261F
Text Example
Text Example
White with #BB261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB261F; }
p { color: rgb(187,38,31); }
H1.HeaderClassName
{
color: #BB261F;
}
.AnyTagClassName
{
color: #BB261F;
}
</style>
background-color css
<style>
a { background-color: #BB261F; }
a { background-color: rgb(187,38,31); }
div.DivClassName
{
background-color: #BB261F;
}
.BgClassName
{
background-color: #BB261F;
}
</style>
border-color css
<style>
span { border-color: #BB261F; }
span { border-color: rgb(187,38,31); }
td.TdClassName
{
border-color: #BB261F;
}
.TagClassName
{
border-color: #BB261F;
}
</style>