Shades of Fire Brick #BB3128
Tints of Fire Brick #BB3128
RGB
CMYK
RGB Variations
Color information
#BB3128 (or 0xBB3128) is known color: Fire Brick. HEX triplet: BB, 31 and 28. RGB value is (187,49,40). Sum of RGB (Red+Green+Blue) = 187+49+40=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3128 is #44CED7. Grayscale: #595959. Windows color (decimal): -4509400 or 2634171. OLE color: 2634171.
HSL color Cylindrical-coordinate representation of color #BB3128: hue angle of 3.67º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB3128 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 40 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.27 |
| HSL | 3.67º | 0.65% | 0.45% | - |
| HSV(B) | 3.67º | 0.79% | 0.73% | - |
| XYZ | 21.97 | 12.91 | 3.34 | - |
| YUV | 89.24 | 100.22 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 40 | 0 | 0.74 | 0.79 | 0.27 | 3.67 | 0.65 | 0.45 |
| Hex | BB | 31 | 28 | 0 | 4A | 4F | 1B | 4 | 41 | 2D |
| Octal | 273 | 61 | 50 | 0 | 112 | 117 | 33 | 4 | 101 | 55 |
| Binary | 10111011 | 110001 | 101000 | 0 | 1001010 | 1001111 | 11011 | 100 | 1000001 | 101101 |
Color Harmonies of #BB3128
Complementary color
Monochromatic Colors of #BB3128
Black with #BB3128
Text Example
Text Example
White with #BB3128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3128; }
p { color: rgb(187,49,40); }
H1.HeaderClassName
{
color: #BB3128;
}
.AnyTagClassName
{
color: #BB3128;
}
</style>
background-color css
<style>
a { background-color: #BB3128; }
a { background-color: rgb(187,49,40); }
div.DivClassName
{
background-color: #BB3128;
}
.BgClassName
{
background-color: #BB3128;
}
</style>
border-color css
<style>
span { border-color: #BB3128; }
span { border-color: rgb(187,49,40); }
td.TdClassName
{
border-color: #BB3128;
}
.TagClassName
{
border-color: #BB3128;
}
</style>