Shades of Fire Brick #BB271B
Tints of Fire Brick #BB271B
RGB
CMYK
RGB Variations
Color information
#BB271B (or 0xBB271B) is known color: Fire Brick. HEX triplet: BB, 27 and 1B. RGB value is (187,39,27). Sum of RGB (Red+Green+Blue) = 187+39+27=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB271B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB271B is #44D8E4. Grayscale: #525252. Windows color (decimal): -4511973 or 1779643. OLE color: 1779643.
HSL color Cylindrical-coordinate representation of color #BB271B: hue angle of 4.5º 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 #BB271B is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 27 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.27 |
| HSL | 4.5º | 0.75% | 0.42% | - |
| HSV(B) | 4.5º | 0.86% | 0.73% | - |
| XYZ | 21.42 | 12.09 | 2.24 | - |
| YUV | 81.88 | 97.03 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 27 | 0 | 0.79 | 0.86 | 0.27 | 4.5 | 0.75 | 0.42 |
| Hex | BB | 27 | 1B | 0 | 4F | 56 | 1B | 4 | 4B | 2A |
| Octal | 273 | 47 | 33 | 0 | 117 | 126 | 33 | 4 | 113 | 52 |
| Binary | 10111011 | 100111 | 11011 | 0 | 1001111 | 1010110 | 11011 | 100 | 1001011 | 101010 |
Color Harmonies of #BB271B
Complementary color
Monochromatic Colors of #BB271B
Black with #BB271B
Text Example
Text Example
White with #BB271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB271B; }
p { color: rgb(187,39,27); }
H1.HeaderClassName
{
color: #BB271B;
}
.AnyTagClassName
{
color: #BB271B;
}
</style>
background-color css
<style>
a { background-color: #BB271B; }
a { background-color: rgb(187,39,27); }
div.DivClassName
{
background-color: #BB271B;
}
.BgClassName
{
background-color: #BB271B;
}
</style>
border-color css
<style>
span { border-color: #BB271B; }
span { border-color: rgb(187,39,27); }
td.TdClassName
{
border-color: #BB271B;
}
.TagClassName
{
border-color: #BB271B;
}
</style>