Shades of Fire Brick #BB201B
Tints of Fire Brick #BB201B
RGB
CMYK
RGB Variations
Color information
#BB201B (or 0xBB201B) is known color: Fire Brick. HEX triplet: BB, 20 and 1B. RGB value is (187,32,27). Sum of RGB (Red+Green+Blue) = 187+32+27=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB201B is #44DFE4. Grayscale: #4D4D4D. Windows color (decimal): -4513765 or 1777851. OLE color: 1777851.
HSL color Cylindrical-coordinate representation of color #BB201B: hue angle of 1.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB201B is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 27 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.27 |
| HSL | 1.88º | 0.75% | 0.42% | - |
| HSV(B) | 1.88º | 0.86% | 0.73% | - |
| XYZ | 21.21 | 11.68 | 2.17 | - |
| YUV | 77.78 | 99.35 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 27 | 0 | 0.83 | 0.86 | 0.27 | 1.88 | 0.75 | 0.42 |
| Hex | BB | 20 | 1B | 0 | 53 | 56 | 1B | 2 | 4B | 2A |
| Octal | 273 | 40 | 33 | 0 | 123 | 126 | 33 | 2 | 113 | 52 |
| Binary | 10111011 | 100000 | 11011 | 0 | 1010011 | 1010110 | 11011 | 10 | 1001011 | 101010 |
Color Harmonies of #BB201B
Complementary color
Monochromatic Colors of #BB201B
Black with #BB201B
Text Example
Text Example
White with #BB201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB201B; }
p { color: rgb(187,32,27); }
H1.HeaderClassName
{
color: #BB201B;
}
.AnyTagClassName
{
color: #BB201B;
}
</style>
background-color css
<style>
a { background-color: #BB201B; }
a { background-color: rgb(187,32,27); }
div.DivClassName
{
background-color: #BB201B;
}
.BgClassName
{
background-color: #BB201B;
}
</style>
border-color css
<style>
span { border-color: #BB201B; }
span { border-color: rgb(187,32,27); }
td.TdClassName
{
border-color: #BB201B;
}
.TagClassName
{
border-color: #BB201B;
}
</style>