Shades of Fire Brick #BB2521
Tints of Fire Brick #BB2521
RGB
CMYK
RGB Variations
Color information
#BB2521 (or 0xBB2521) is known color: Fire Brick. HEX triplet: BB, 25 and 21. RGB value is (187,37,33). Sum of RGB (Red+Green+Blue) = 187+37+33=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2521 is #44DADE. Grayscale: #515151. Windows color (decimal): -4512479 or 2172347. OLE color: 2172347.
HSL color Cylindrical-coordinate representation of color #BB2521: hue angle of 1.56º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB2521 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 33 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.27 |
| HSL | 1.56º | 0.7% | 0.43% | - |
| HSV(B) | 1.56º | 0.82% | 0.73% | - |
| XYZ | 21.43 | 12 | 2.63 | - |
| YUV | 81.39 | 100.7 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 33 | 0 | 0.80 | 0.82 | 0.27 | 1.56 | 0.7 | 0.43 |
| Hex | BB | 25 | 21 | 0 | 50 | 52 | 1B | 2 | 46 | 2B |
| Octal | 273 | 45 | 41 | 0 | 120 | 122 | 33 | 2 | 106 | 53 |
| Binary | 10111011 | 100101 | 100001 | 0 | 1010000 | 1010010 | 11011 | 10 | 1000110 | 101011 |
Color Harmonies of #BB2521
Complementary color
Monochromatic Colors of #BB2521
Black with #BB2521
Text Example
Text Example
White with #BB2521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2521; }
p { color: rgb(187,37,33); }
H1.HeaderClassName
{
color: #BB2521;
}
.AnyTagClassName
{
color: #BB2521;
}
</style>
background-color css
<style>
a { background-color: #BB2521; }
a { background-color: rgb(187,37,33); }
div.DivClassName
{
background-color: #BB2521;
}
.BgClassName
{
background-color: #BB2521;
}
</style>
border-color css
<style>
span { border-color: #BB2521; }
span { border-color: rgb(187,37,33); }
td.TdClassName
{
border-color: #BB2521;
}
.TagClassName
{
border-color: #BB2521;
}
</style>