Shades of Fire Brick #BB2D26
Tints of Fire Brick #BB2D26
RGB
CMYK
RGB Variations
Color information
#BB2D26 (or 0xBB2D26) is known color: Fire Brick. HEX triplet: BB, 2D and 26. RGB value is (187,45,38). Sum of RGB (Red+Green+Blue) = 187+45+38=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2D26 is #44D2D9. Grayscale: #565656. Windows color (decimal): -4510426 or 2502075. OLE color: 2502075.
HSL color Cylindrical-coordinate representation of color #BB2D26: hue angle of 2.82º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2D26 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 45 | 38 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.27 |
| HSL | 2.82º | 0.66% | 0.44% | - |
| HSV(B) | 2.82º | 0.8% | 0.73% | - |
| XYZ | 21.78 | 12.58 | 3.11 | - |
| YUV | 86.66 | 100.54 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 45 | 38 | 0 | 0.76 | 0.80 | 0.27 | 2.82 | 0.66 | 0.44 |
| Hex | BB | 2D | 26 | 0 | 4C | 50 | 1B | 3 | 42 | 2C |
| Octal | 273 | 55 | 46 | 0 | 114 | 120 | 33 | 3 | 102 | 54 |
| Binary | 10111011 | 101101 | 100110 | 0 | 1001100 | 1010000 | 11011 | 11 | 1000010 | 101100 |
Color Harmonies of #BB2D26
Complementary color
Monochromatic Colors of #BB2D26
Black with #BB2D26
Text Example
Text Example
White with #BB2D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2D26; }
p { color: rgb(187,45,38); }
H1.HeaderClassName
{
color: #BB2D26;
}
.AnyTagClassName
{
color: #BB2D26;
}
</style>
background-color css
<style>
a { background-color: #BB2D26; }
a { background-color: rgb(187,45,38); }
div.DivClassName
{
background-color: #BB2D26;
}
.BgClassName
{
background-color: #BB2D26;
}
</style>
border-color css
<style>
span { border-color: #BB2D26; }
span { border-color: rgb(187,45,38); }
td.TdClassName
{
border-color: #BB2D26;
}
.TagClassName
{
border-color: #BB2D26;
}
</style>