Shades of Fire Brick #BB3426
Tints of Fire Brick #BB3426
RGB
CMYK
RGB Variations
Color information
#BB3426 (or 0xBB3426) is known color: Fire Brick. HEX triplet: BB, 34 and 26. RGB value is (187,52,38). Sum of RGB (Red+Green+Blue) = 187+52+38=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3426 is #44CBD9. Grayscale: #5A5A5A. Windows color (decimal): -4508634 or 2503867. OLE color: 2503867.
HSL color Cylindrical-coordinate representation of color #BB3426: hue angle of 5.64º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB3426 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 38 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.27 |
| HSL | 5.64º | 0.66% | 0.44% | - |
| HSV(B) | 5.64º | 0.8% | 0.73% | - |
| XYZ | 22.07 | 13.16 | 3.21 | - |
| YUV | 90.77 | 98.23 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 38 | 0 | 0.72 | 0.80 | 0.27 | 5.64 | 0.66 | 0.44 |
| Hex | BB | 34 | 26 | 0 | 48 | 50 | 1B | 6 | 42 | 2C |
| Octal | 273 | 64 | 46 | 0 | 110 | 120 | 33 | 6 | 102 | 54 |
| Binary | 10111011 | 110100 | 100110 | 0 | 1001000 | 1010000 | 11011 | 110 | 1000010 | 101100 |
Color Harmonies of #BB3426
Complementary color
Monochromatic Colors of #BB3426
Black with #BB3426
Text Example
Text Example
White with #BB3426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3426; }
p { color: rgb(187,52,38); }
H1.HeaderClassName
{
color: #BB3426;
}
.AnyTagClassName
{
color: #BB3426;
}
</style>
background-color css
<style>
a { background-color: #BB3426; }
a { background-color: rgb(187,52,38); }
div.DivClassName
{
background-color: #BB3426;
}
.BgClassName
{
background-color: #BB3426;
}
</style>
border-color css
<style>
span { border-color: #BB3426; }
span { border-color: rgb(187,52,38); }
td.TdClassName
{
border-color: #BB3426;
}
.TagClassName
{
border-color: #BB3426;
}
</style>