Shades of Fire Brick #BB271D
Tints of Fire Brick #BB271D
RGB
CMYK
RGB Variations
Color information
#BB271D (or 0xBB271D) is known color: Fire Brick. HEX triplet: BB, 27 and 1D. RGB value is (187,39,29). Sum of RGB (Red+Green+Blue) = 187+39+29=255 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.33% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 187 - color contains mainly: red. Hex color #BB271D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB271D is #44D8E2. Grayscale: #525252. Windows color (decimal): -4511971 or 1910715. OLE color: 1910715.
HSL color Cylindrical-coordinate representation of color #BB271D: hue angle of 3.8º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB271D is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 29 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.27 |
| HSL | 3.8º | 0.73% | 0.42% | - |
| HSV(B) | 3.8º | 0.84% | 0.73% | - |
| XYZ | 21.44 | 12.1 | 2.37 | - |
| YUV | 82.11 | 98.03 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 29 | 0 | 0.79 | 0.84 | 0.27 | 3.8 | 0.73 | 0.42 |
| Hex | BB | 27 | 1D | 0 | 4F | 54 | 1B | 4 | 49 | 2A |
| Octal | 273 | 47 | 35 | 0 | 117 | 124 | 33 | 4 | 111 | 52 |
| Binary | 10111011 | 100111 | 11101 | 0 | 1001111 | 1010100 | 11011 | 100 | 1001001 | 101010 |
Color Harmonies of #BB271D
Complementary color
Monochromatic Colors of #BB271D
Black with #BB271D
Text Example
Text Example
White with #BB271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB271D; }
p { color: rgb(187,39,29); }
H1.HeaderClassName
{
color: #BB271D;
}
.AnyTagClassName
{
color: #BB271D;
}
</style>
background-color css
<style>
a { background-color: #BB271D; }
a { background-color: rgb(187,39,29); }
div.DivClassName
{
background-color: #BB271D;
}
.BgClassName
{
background-color: #BB271D;
}
</style>
border-color css
<style>
span { border-color: #BB271D; }
span { border-color: rgb(187,39,29); }
td.TdClassName
{
border-color: #BB271D;
}
.TagClassName
{
border-color: #BB271D;
}
</style>