Shades of Fire Brick #BB2719
Tints of Fire Brick #BB2719
RGB
CMYK
RGB Variations
Color information
#BB2719 (or 0xBB2719) is known color: Fire Brick. HEX triplet: BB, 27 and 19. RGB value is (187,39,25). Sum of RGB (Red+Green+Blue) = 187+39+25=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2719 is #44D8E6. Grayscale: #515151. Windows color (decimal): -4511975 or 1648571. OLE color: 1648571.
HSL color Cylindrical-coordinate representation of color #BB2719: hue angle of 5.19º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB2719 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 25 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.27 |
| HSL | 5.19º | 0.76% | 0.42% | - |
| HSV(B) | 5.19º | 0.87% | 0.73% | - |
| XYZ | 21.39 | 12.09 | 2.12 | - |
| YUV | 81.66 | 96.03 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 25 | 0 | 0.79 | 0.87 | 0.27 | 5.19 | 0.76 | 0.42 |
| Hex | BB | 27 | 19 | 0 | 4F | 57 | 1B | 5 | 4C | 2A |
| Octal | 273 | 47 | 31 | 0 | 117 | 127 | 33 | 5 | 114 | 52 |
| Binary | 10111011 | 100111 | 11001 | 0 | 1001111 | 1010111 | 11011 | 101 | 1001100 | 101010 |
Color Harmonies of #BB2719
Complementary color
Monochromatic Colors of #BB2719
Black with #BB2719
Text Example
Text Example
White with #BB2719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2719; }
p { color: rgb(187,39,25); }
H1.HeaderClassName
{
color: #BB2719;
}
.AnyTagClassName
{
color: #BB2719;
}
</style>
background-color css
<style>
a { background-color: #BB2719; }
a { background-color: rgb(187,39,25); }
div.DivClassName
{
background-color: #BB2719;
}
.BgClassName
{
background-color: #BB2719;
}
</style>
border-color css
<style>
span { border-color: #BB2719; }
span { border-color: rgb(187,39,25); }
td.TdClassName
{
border-color: #BB2719;
}
.TagClassName
{
border-color: #BB2719;
}
</style>