Shades of Fire Brick #BB251C
Tints of Fire Brick #BB251C
RGB
CMYK
RGB Variations
Color information
#BB251C (or 0xBB251C) is known color: Fire Brick. HEX triplet: BB, 25 and 1C. RGB value is (187,37,28). Sum of RGB (Red+Green+Blue) = 187+37+28=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB251C is #44DAE3. Grayscale: #515151. Windows color (decimal): -4512484 or 1844667. OLE color: 1844667.
HSL color Cylindrical-coordinate representation of color #BB251C: hue angle of 3.4º 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 #BB251C is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 28 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.27 |
| HSL | 3.4º | 0.74% | 0.42% | - |
| HSV(B) | 3.4º | 0.85% | 0.73% | - |
| XYZ | 21.36 | 11.97 | 2.28 | - |
| YUV | 80.82 | 98.2 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 28 | 0 | 0.80 | 0.85 | 0.27 | 3.4 | 0.74 | 0.42 |
| Hex | BB | 25 | 1C | 0 | 50 | 55 | 1B | 3 | 4A | 2A |
| Octal | 273 | 45 | 34 | 0 | 120 | 125 | 33 | 3 | 112 | 52 |
| Binary | 10111011 | 100101 | 11100 | 0 | 1010000 | 1010101 | 11011 | 11 | 1001010 | 101010 |
Color Harmonies of #BB251C
Complementary color
Monochromatic Colors of #BB251C
Black with #BB251C
Text Example
Text Example
White with #BB251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB251C; }
p { color: rgb(187,37,28); }
H1.HeaderClassName
{
color: #BB251C;
}
.AnyTagClassName
{
color: #BB251C;
}
</style>
background-color css
<style>
a { background-color: #BB251C; }
a { background-color: rgb(187,37,28); }
div.DivClassName
{
background-color: #BB251C;
}
.BgClassName
{
background-color: #BB251C;
}
</style>
border-color css
<style>
span { border-color: #BB251C; }
span { border-color: rgb(187,37,28); }
td.TdClassName
{
border-color: #BB251C;
}
.TagClassName
{
border-color: #BB251C;
}
</style>