Shades of Fire Brick #BB251F
Tints of Fire Brick #BB251F
RGB
CMYK
RGB Variations
Color information
#BB251F (or 0xBB251F) is known color: Fire Brick. HEX triplet: BB, 25 and 1F. RGB value is (187,37,31). Sum of RGB (Red+Green+Blue) = 187+37+31=255 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.33% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 187 - color contains mainly: red. Hex color #BB251F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB251F is #44DAE0. Grayscale: #515151. Windows color (decimal): -4512481 or 2041275. OLE color: 2041275.
HSL color Cylindrical-coordinate representation of color #BB251F: hue angle of 2.31º 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 #BB251F is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 31 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.27 |
| HSL | 2.31º | 0.72% | 0.43% | - |
| HSV(B) | 2.31º | 0.83% | 0.73% | - |
| XYZ | 21.4 | 11.99 | 2.48 | - |
| YUV | 81.17 | 99.7 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 31 | 0 | 0.80 | 0.83 | 0.27 | 2.31 | 0.72 | 0.43 |
| Hex | BB | 25 | 1F | 0 | 50 | 53 | 1B | 2 | 48 | 2B |
| Octal | 273 | 45 | 37 | 0 | 120 | 123 | 33 | 2 | 110 | 53 |
| Binary | 10111011 | 100101 | 11111 | 0 | 1010000 | 1010011 | 11011 | 10 | 1001000 | 101011 |
Color Harmonies of #BB251F
Complementary color
Monochromatic Colors of #BB251F
Black with #BB251F
Text Example
Text Example
White with #BB251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB251F; }
p { color: rgb(187,37,31); }
H1.HeaderClassName
{
color: #BB251F;
}
.AnyTagClassName
{
color: #BB251F;
}
</style>
background-color css
<style>
a { background-color: #BB251F; }
a { background-color: rgb(187,37,31); }
div.DivClassName
{
background-color: #BB251F;
}
.BgClassName
{
background-color: #BB251F;
}
</style>
border-color css
<style>
span { border-color: #BB251F; }
span { border-color: rgb(187,37,31); }
td.TdClassName
{
border-color: #BB251F;
}
.TagClassName
{
border-color: #BB251F;
}
</style>