Shades of Fire Brick #BB2522
Tints of Fire Brick #BB2522
RGB
CMYK
RGB Variations
Color information
#BB2522 (or 0xBB2522) is known color: Fire Brick. HEX triplet: BB, 25 and 22. RGB value is (187,37,34). Sum of RGB (Red+Green+Blue) = 187+37+34=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2522 is #44DADD. Grayscale: #515151. Windows color (decimal): -4512478 or 2237883. OLE color: 2237883.
HSL color Cylindrical-coordinate representation of color #BB2522: hue angle of 1.18º degrees, saturation: 0.69, 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 #BB2522 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 34 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.27 |
| HSL | 1.18º | 0.69% | 0.43% | - |
| HSV(B) | 1.18º | 0.82% | 0.73% | - |
| XYZ | 21.44 | 12 | 2.7 | - |
| YUV | 81.51 | 101.2 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 34 | 0 | 0.80 | 0.82 | 0.27 | 1.18 | 0.69 | 0.43 |
| Hex | BB | 25 | 22 | 0 | 50 | 52 | 1B | 1 | 45 | 2B |
| Octal | 273 | 45 | 42 | 0 | 120 | 122 | 33 | 1 | 105 | 53 |
| Binary | 10111011 | 100101 | 100010 | 0 | 1010000 | 1010010 | 11011 | 1 | 1000101 | 101011 |
Color Harmonies of #BB2522
Complementary color
Monochromatic Colors of #BB2522
Black with #BB2522
Text Example
Text Example
White with #BB2522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2522; }
p { color: rgb(187,37,34); }
H1.HeaderClassName
{
color: #BB2522;
}
.AnyTagClassName
{
color: #BB2522;
}
</style>
background-color css
<style>
a { background-color: #BB2522; }
a { background-color: rgb(187,37,34); }
div.DivClassName
{
background-color: #BB2522;
}
.BgClassName
{
background-color: #BB2522;
}
</style>
border-color css
<style>
span { border-color: #BB2522; }
span { border-color: rgb(187,37,34); }
td.TdClassName
{
border-color: #BB2522;
}
.TagClassName
{
border-color: #BB2522;
}
</style>