Shades of Fire Brick #BB2525
Tints of Fire Brick #BB2525
RGB
CMYK
RGB Variations
Color information
#BB2525 (or 0xBB2525) is known color: Fire Brick. HEX triplet: BB, 25 and 25. RGB value is (187,37,37). Sum of RGB (Red+Green+Blue) = 187+37+37=261 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.65% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2525 is #44DADA. Grayscale: #525252. Windows color (decimal): -4512475 or 2434491. OLE color: 2434491.
HSL color Cylindrical-coordinate representation of color #BB2525: hue angle of 0º degrees, saturation: 0.67, 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 #BB2525 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 37 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.27 |
| HSL | 0º | 0.67% | 0.44% | - |
| HSV(B) | 0º | 0.8% | 0.73% | - |
| XYZ | 21.49 | 12.02 | 2.94 | - |
| YUV | 81.85 | 102.7 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 37 | 0 | 0.80 | 0.80 | 0.27 | 0 | 0.67 | 0.44 |
| Hex | BB | 25 | 25 | 0 | 50 | 50 | 1B | 0 | 43 | 2C |
| Octal | 273 | 45 | 45 | 0 | 120 | 120 | 33 | 0 | 103 | 54 |
| Binary | 10111011 | 100101 | 100101 | 0 | 1010000 | 1010000 | 11011 | 0 | 1000011 | 101100 |
Color Harmonies of #BB2525
Complementary color
Monochromatic Colors of #BB2525
Black with #BB2525
Text Example
Text Example
White with #BB2525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2525; }
p { color: rgb(187,37,37); }
H1.HeaderClassName
{
color: #BB2525;
}
.AnyTagClassName
{
color: #BB2525;
}
</style>
background-color css
<style>
a { background-color: #BB2525; }
a { background-color: rgb(187,37,37); }
div.DivClassName
{
background-color: #BB2525;
}
.BgClassName
{
background-color: #BB2525;
}
</style>
border-color css
<style>
span { border-color: #BB2525; }
span { border-color: rgb(187,37,37); }
td.TdClassName
{
border-color: #BB2525;
}
.TagClassName
{
border-color: #BB2525;
}
</style>