Shades of Fire Brick #BB221F
Tints of Fire Brick #BB221F
RGB
CMYK
RGB Variations
Color information
#BB221F (or 0xBB221F) is known color: Fire Brick. HEX triplet: BB, 22 and 1F. RGB value is (187,34,31). Sum of RGB (Red+Green+Blue) = 187+34+31=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB221F is #44DDE0. Grayscale: #4F4F4F. Windows color (decimal): -4513249 or 2040507. OLE color: 2040507.
HSL color Cylindrical-coordinate representation of color #BB221F: hue angle of 1.15º degrees, saturation: 0.72, 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 #BB221F is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 31 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.27 |
| HSL | 1.15º | 0.72% | 0.43% | - |
| HSV(B) | 1.15º | 0.83% | 0.73% | - |
| XYZ | 21.31 | 11.81 | 2.45 | - |
| YUV | 79.41 | 100.69 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 31 | 0 | 0.82 | 0.83 | 0.27 | 1.15 | 0.72 | 0.43 |
| Hex | BB | 22 | 1F | 0 | 52 | 53 | 1B | 1 | 48 | 2B |
| Octal | 273 | 42 | 37 | 0 | 122 | 123 | 33 | 1 | 110 | 53 |
| Binary | 10111011 | 100010 | 11111 | 0 | 1010010 | 1010011 | 11011 | 1 | 1001000 | 101011 |
Color Harmonies of #BB221F
Complementary color
Monochromatic Colors of #BB221F
Black with #BB221F
Text Example
Text Example
White with #BB221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB221F; }
p { color: rgb(187,34,31); }
H1.HeaderClassName
{
color: #BB221F;
}
.AnyTagClassName
{
color: #BB221F;
}
</style>
background-color css
<style>
a { background-color: #BB221F; }
a { background-color: rgb(187,34,31); }
div.DivClassName
{
background-color: #BB221F;
}
.BgClassName
{
background-color: #BB221F;
}
</style>
border-color css
<style>
span { border-color: #BB221F; }
span { border-color: rgb(187,34,31); }
td.TdClassName
{
border-color: #BB221F;
}
.TagClassName
{
border-color: #BB221F;
}
</style>