Shades of Fire Brick #BB2823
Tints of Fire Brick #BB2823
RGB
CMYK
RGB Variations
Color information
#BB2823 (or 0xBB2823) is known color: Fire Brick. HEX triplet: BB, 28 and 23. RGB value is (187,40,35). Sum of RGB (Red+Green+Blue) = 187+40+35=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2823 is #44D7DC. Grayscale: #535353. Windows color (decimal): -4511709 or 2304187. OLE color: 2304187.
HSL color Cylindrical-coordinate representation of color #BB2823: hue angle of 1.97º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2823 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 35 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.27 |
| HSL | 1.97º | 0.68% | 0.44% | - |
| HSV(B) | 1.97º | 0.81% | 0.73% | - |
| XYZ | 21.56 | 12.2 | 2.81 | - |
| YUV | 83.38 | 100.7 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 35 | 0 | 0.79 | 0.81 | 0.27 | 1.97 | 0.68 | 0.44 |
| Hex | BB | 28 | 23 | 0 | 4F | 51 | 1B | 2 | 44 | 2C |
| Octal | 273 | 50 | 43 | 0 | 117 | 121 | 33 | 2 | 104 | 54 |
| Binary | 10111011 | 101000 | 100011 | 0 | 1001111 | 1010001 | 11011 | 10 | 1000100 | 101100 |
Color Harmonies of #BB2823
Complementary color
Monochromatic Colors of #BB2823
Black with #BB2823
Text Example
Text Example
White with #BB2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2823; }
p { color: rgb(187,40,35); }
H1.HeaderClassName
{
color: #BB2823;
}
.AnyTagClassName
{
color: #BB2823;
}
</style>
background-color css
<style>
a { background-color: #BB2823; }
a { background-color: rgb(187,40,35); }
div.DivClassName
{
background-color: #BB2823;
}
.BgClassName
{
background-color: #BB2823;
}
</style>
border-color css
<style>
span { border-color: #BB2823; }
span { border-color: rgb(187,40,35); }
td.TdClassName
{
border-color: #BB2823;
}
.TagClassName
{
border-color: #BB2823;
}
</style>