Shades of Fire Brick #BB241B
Tints of Fire Brick #BB241B
RGB
CMYK
RGB Variations
Color information
#BB241B (or 0xBB241B) is known color: Fire Brick. HEX triplet: BB, 24 and 1B. RGB value is (187,36,27). Sum of RGB (Red+Green+Blue) = 187+36+27=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB241B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB241B is #44DBE4. Grayscale: #505050. Windows color (decimal): -4512741 or 1778875. OLE color: 1778875.
HSL color Cylindrical-coordinate representation of color #BB241B: hue angle of 3.38º 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 #BB241B is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 27 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.27 |
| HSL | 3.38º | 0.75% | 0.42% | - |
| HSV(B) | 3.38º | 0.86% | 0.73% | - |
| XYZ | 21.32 | 11.91 | 2.21 | - |
| YUV | 80.12 | 98.03 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 27 | 0 | 0.81 | 0.86 | 0.27 | 3.38 | 0.75 | 0.42 |
| Hex | BB | 24 | 1B | 0 | 51 | 56 | 1B | 3 | 4B | 2A |
| Octal | 273 | 44 | 33 | 0 | 121 | 126 | 33 | 3 | 113 | 52 |
| Binary | 10111011 | 100100 | 11011 | 0 | 1010001 | 1010110 | 11011 | 11 | 1001011 | 101010 |
Color Harmonies of #BB241B
Complementary color
Monochromatic Colors of #BB241B
Black with #BB241B
Text Example
Text Example
White with #BB241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB241B; }
p { color: rgb(187,36,27); }
H1.HeaderClassName
{
color: #BB241B;
}
.AnyTagClassName
{
color: #BB241B;
}
</style>
background-color css
<style>
a { background-color: #BB241B; }
a { background-color: rgb(187,36,27); }
div.DivClassName
{
background-color: #BB241B;
}
.BgClassName
{
background-color: #BB241B;
}
</style>
border-color css
<style>
span { border-color: #BB241B; }
span { border-color: rgb(187,36,27); }
td.TdClassName
{
border-color: #BB241B;
}
.TagClassName
{
border-color: #BB241B;
}
</style>