Shades of Fire Brick #BB221A
Tints of Fire Brick #BB221A
RGB
CMYK
RGB Variations
Color information
#BB221A (or 0xBB221A) is known color: Fire Brick. HEX triplet: BB, 22 and 1A. RGB value is (187,34,26). Sum of RGB (Red+Green+Blue) = 187+34+26=247 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.71% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 187 - color contains mainly: red. Hex color #BB221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB221A is #44DDE5. Grayscale: #4F4F4F. Windows color (decimal): -4513254 or 1712827. OLE color: 1712827.
HSL color Cylindrical-coordinate representation of color #BB221A: hue angle of 2.98º degrees, saturation: 0.76, 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 #BB221A is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 26 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.27 |
| HSL | 2.98º | 0.76% | 0.42% | - |
| HSV(B) | 2.98º | 0.86% | 0.73% | - |
| XYZ | 21.25 | 11.78 | 2.13 | - |
| YUV | 78.84 | 98.19 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 26 | 0 | 0.82 | 0.86 | 0.27 | 2.98 | 0.76 | 0.42 |
| Hex | BB | 22 | 1A | 0 | 52 | 56 | 1B | 3 | 4C | 2A |
| Octal | 273 | 42 | 32 | 0 | 122 | 126 | 33 | 3 | 114 | 52 |
| Binary | 10111011 | 100010 | 11010 | 0 | 1010010 | 1010110 | 11011 | 11 | 1001100 | 101010 |
Color Harmonies of #BB221A
Complementary color
Monochromatic Colors of #BB221A
Black with #BB221A
Text Example
Text Example
White with #BB221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB221A; }
p { color: rgb(187,34,26); }
H1.HeaderClassName
{
color: #BB221A;
}
.AnyTagClassName
{
color: #BB221A;
}
</style>
background-color css
<style>
a { background-color: #BB221A; }
a { background-color: rgb(187,34,26); }
div.DivClassName
{
background-color: #BB221A;
}
.BgClassName
{
background-color: #BB221A;
}
</style>
border-color css
<style>
span { border-color: #BB221A; }
span { border-color: rgb(187,34,26); }
td.TdClassName
{
border-color: #BB221A;
}
.TagClassName
{
border-color: #BB221A;
}
</style>