Shades of Fire Brick #BB2723
Tints of Fire Brick #BB2723
RGB
CMYK
RGB Variations
Color information
#BB2723 (or 0xBB2723) is known color: Fire Brick. HEX triplet: BB, 27 and 23. RGB value is (187,39,35). Sum of RGB (Red+Green+Blue) = 187+39+35=261 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.65% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2723 is #44D8DC. Grayscale: #525252. Windows color (decimal): -4511965 or 2303931. OLE color: 2303931.
HSL color Cylindrical-coordinate representation of color #BB2723: hue angle of 1.58º 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 #BB2723 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 35 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.27 |
| HSL | 1.58º | 0.68% | 0.44% | - |
| HSV(B) | 1.58º | 0.81% | 0.73% | - |
| XYZ | 21.52 | 12.14 | 2.8 | - |
| YUV | 82.8 | 101.03 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 35 | 0 | 0.79 | 0.81 | 0.27 | 1.58 | 0.68 | 0.44 |
| Hex | BB | 27 | 23 | 0 | 4F | 51 | 1B | 2 | 44 | 2C |
| Octal | 273 | 47 | 43 | 0 | 117 | 121 | 33 | 2 | 104 | 54 |
| Binary | 10111011 | 100111 | 100011 | 0 | 1001111 | 1010001 | 11011 | 10 | 1000100 | 101100 |
Color Harmonies of #BB2723
Complementary color
Monochromatic Colors of #BB2723
Black with #BB2723
Text Example
Text Example
White with #BB2723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2723; }
p { color: rgb(187,39,35); }
H1.HeaderClassName
{
color: #BB2723;
}
.AnyTagClassName
{
color: #BB2723;
}
</style>
background-color css
<style>
a { background-color: #BB2723; }
a { background-color: rgb(187,39,35); }
div.DivClassName
{
background-color: #BB2723;
}
.BgClassName
{
background-color: #BB2723;
}
</style>
border-color css
<style>
span { border-color: #BB2723; }
span { border-color: rgb(187,39,35); }
td.TdClassName
{
border-color: #BB2723;
}
.TagClassName
{
border-color: #BB2723;
}
</style>