Shades of Fire Brick #BB2623
Tints of Fire Brick #BB2623
RGB
CMYK
RGB Variations
Color information
#BB2623 (or 0xBB2623) is known color: Fire Brick. HEX triplet: BB, 26 and 23. RGB value is (187,38,35). Sum of RGB (Red+Green+Blue) = 187+38+35=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2623 is #44D9DC. Grayscale: #525252. Windows color (decimal): -4512221 or 2303675. OLE color: 2303675.
HSL color Cylindrical-coordinate representation of color #BB2623: hue angle of 1.18º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2623 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 35 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.27 |
| HSL | 1.18º | 0.68% | 0.44% | - |
| HSV(B) | 1.18º | 0.81% | 0.73% | - |
| XYZ | 21.49 | 12.07 | 2.79 | - |
| YUV | 82.21 | 101.36 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 35 | 0 | 0.80 | 0.81 | 0.27 | 1.18 | 0.68 | 0.44 |
| Hex | BB | 26 | 23 | 0 | 50 | 51 | 1B | 1 | 44 | 2C |
| Octal | 273 | 46 | 43 | 0 | 120 | 121 | 33 | 1 | 104 | 54 |
| Binary | 10111011 | 100110 | 100011 | 0 | 1010000 | 1010001 | 11011 | 1 | 1000100 | 101100 |
Color Harmonies of #BB2623
Complementary color
Monochromatic Colors of #BB2623
Black with #BB2623
Text Example
Text Example
White with #BB2623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2623; }
p { color: rgb(187,38,35); }
H1.HeaderClassName
{
color: #BB2623;
}
.AnyTagClassName
{
color: #BB2623;
}
</style>
background-color css
<style>
a { background-color: #BB2623; }
a { background-color: rgb(187,38,35); }
div.DivClassName
{
background-color: #BB2623;
}
.BgClassName
{
background-color: #BB2623;
}
</style>
border-color css
<style>
span { border-color: #BB2623; }
span { border-color: rgb(187,38,35); }
td.TdClassName
{
border-color: #BB2623;
}
.TagClassName
{
border-color: #BB2623;
}
</style>