Shades of Fire Brick #BB201C
Tints of Fire Brick #BB201C
RGB
CMYK
RGB Variations
Color information
#BB201C (or 0xBB201C) is known color: Fire Brick. HEX triplet: BB, 20 and 1C. RGB value is (187,32,28). Sum of RGB (Red+Green+Blue) = 187+32+28=247 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.71% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 187 - color contains mainly: red. Hex color #BB201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB201C is #44DFE3. Grayscale: #4E4E4E. Windows color (decimal): -4513764 or 1843387. OLE color: 1843387.
HSL color Cylindrical-coordinate representation of color #BB201C: hue angle of 1.51º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB201C is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 28 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.27 |
| HSL | 1.51º | 0.74% | 0.42% | - |
| HSV(B) | 1.51º | 0.85% | 0.73% | - |
| XYZ | 21.22 | 11.68 | 2.23 | - |
| YUV | 77.89 | 99.85 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 28 | 0 | 0.83 | 0.85 | 0.27 | 1.51 | 0.74 | 0.42 |
| Hex | BB | 20 | 1C | 0 | 53 | 55 | 1B | 2 | 4A | 2A |
| Octal | 273 | 40 | 34 | 0 | 123 | 125 | 33 | 2 | 112 | 52 |
| Binary | 10111011 | 100000 | 11100 | 0 | 1010011 | 1010101 | 11011 | 10 | 1001010 | 101010 |
Color Harmonies of #BB201C
Complementary color
Monochromatic Colors of #BB201C
Black with #BB201C
Text Example
Text Example
White with #BB201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB201C; }
p { color: rgb(187,32,28); }
H1.HeaderClassName
{
color: #BB201C;
}
.AnyTagClassName
{
color: #BB201C;
}
</style>
background-color css
<style>
a { background-color: #BB201C; }
a { background-color: rgb(187,32,28); }
div.DivClassName
{
background-color: #BB201C;
}
.BgClassName
{
background-color: #BB201C;
}
</style>
border-color css
<style>
span { border-color: #BB201C; }
span { border-color: rgb(187,32,28); }
td.TdClassName
{
border-color: #BB201C;
}
.TagClassName
{
border-color: #BB201C;
}
</style>