Shades of Fire Brick #BB2020
Tints of Fire Brick #BB2020
RGB
CMYK
RGB Variations
Color information
#BB2020 (or 0xBB2020) is known color: Fire Brick. HEX triplet: BB, 20 and 20. RGB value is (187,32,32). Sum of RGB (Red+Green+Blue) = 187+32+32=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2020 is #44DFDF. Grayscale: #4E4E4E. Windows color (decimal): -4513760 or 2105531. OLE color: 2105531.
HSL color Cylindrical-coordinate representation of color #BB2020: hue angle of 0º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB2020 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 32 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.27 |
| HSL | 0º | 0.71% | 0.43% | - |
| HSV(B) | 0º | 0.83% | 0.73% | - |
| XYZ | 21.27 | 11.7 | 2.5 | - |
| YUV | 78.35 | 101.85 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 32 | 0 | 0.83 | 0.83 | 0.27 | 0 | 0.71 | 0.43 |
| Hex | BB | 20 | 20 | 0 | 53 | 53 | 1B | 0 | 47 | 2B |
| Octal | 273 | 40 | 40 | 0 | 123 | 123 | 33 | 0 | 107 | 53 |
| Binary | 10111011 | 100000 | 100000 | 0 | 1010011 | 1010011 | 11011 | 0 | 1000111 | 101011 |
Color Harmonies of #BB2020
Complementary color
Monochromatic Colors of #BB2020
Black with #BB2020
Text Example
Text Example
White with #BB2020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2020; }
p { color: rgb(187,32,32); }
H1.HeaderClassName
{
color: #BB2020;
}
.AnyTagClassName
{
color: #BB2020;
}
</style>
background-color css
<style>
a { background-color: #BB2020; }
a { background-color: rgb(187,32,32); }
div.DivClassName
{
background-color: #BB2020;
}
.BgClassName
{
background-color: #BB2020;
}
</style>
border-color css
<style>
span { border-color: #BB2020; }
span { border-color: rgb(187,32,32); }
td.TdClassName
{
border-color: #BB2020;
}
.TagClassName
{
border-color: #BB2020;
}
</style>