Shades of Fire Brick #BB261E
Tints of Fire Brick #BB261E
RGB
CMYK
RGB Variations
Color information
#BB261E (or 0xBB261E) is known color: Fire Brick. HEX triplet: BB, 26 and 1E. RGB value is (187,38,30). Sum of RGB (Red+Green+Blue) = 187+38+30=255 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.33% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 187 - color contains mainly: red. Hex color #BB261E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB261E is #44D9E1. Grayscale: #515151. Windows color (decimal): -4512226 or 1975995. OLE color: 1975995.
HSL color Cylindrical-coordinate representation of color #BB261E: hue angle of 3.06º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB261E is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 30 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.27 |
| HSL | 3.06º | 0.72% | 0.43% | - |
| HSV(B) | 3.06º | 0.84% | 0.73% | - |
| XYZ | 21.42 | 12.04 | 2.42 | - |
| YUV | 81.64 | 98.86 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 30 | 0 | 0.80 | 0.84 | 0.27 | 3.06 | 0.72 | 0.43 |
| Hex | BB | 26 | 1E | 0 | 50 | 54 | 1B | 3 | 48 | 2B |
| Octal | 273 | 46 | 36 | 0 | 120 | 124 | 33 | 3 | 110 | 53 |
| Binary | 10111011 | 100110 | 11110 | 0 | 1010000 | 1010100 | 11011 | 11 | 1001000 | 101011 |
Color Harmonies of #BB261E
Complementary color
Monochromatic Colors of #BB261E
Black with #BB261E
Text Example
Text Example
White with #BB261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB261E; }
p { color: rgb(187,38,30); }
H1.HeaderClassName
{
color: #BB261E;
}
.AnyTagClassName
{
color: #BB261E;
}
</style>
background-color css
<style>
a { background-color: #BB261E; }
a { background-color: rgb(187,38,30); }
div.DivClassName
{
background-color: #BB261E;
}
.BgClassName
{
background-color: #BB261E;
}
</style>
border-color css
<style>
span { border-color: #BB261E; }
span { border-color: rgb(187,38,30); }
td.TdClassName
{
border-color: #BB261E;
}
.TagClassName
{
border-color: #BB261E;
}
</style>