Shades of Fire Brick #BB2323
Tints of Fire Brick #BB2323
RGB
CMYK
RGB Variations
Color information
#BB2323 (or 0xBB2323) is known color: Fire Brick. HEX triplet: BB, 23 and 23. RGB value is (187,35,35). Sum of RGB (Red+Green+Blue) = 187+35+35=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2323 is #44DCDC. Grayscale: #505050. Windows color (decimal): -4512989 or 2302907. OLE color: 2302907.
HSL color Cylindrical-coordinate representation of color #BB2323: hue angle of 0º 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 #BB2323 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 35 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.27 |
| HSL | 0º | 0.68% | 0.44% | - |
| HSV(B) | 0º | 0.81% | 0.73% | - |
| XYZ | 21.4 | 11.89 | 2.76 | - |
| YUV | 80.45 | 102.36 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 35 | 0 | 0.81 | 0.81 | 0.27 | 0 | 0.68 | 0.44 |
| Hex | BB | 23 | 23 | 0 | 51 | 51 | 1B | 0 | 44 | 2C |
| Octal | 273 | 43 | 43 | 0 | 121 | 121 | 33 | 0 | 104 | 54 |
| Binary | 10111011 | 100011 | 100011 | 0 | 1010001 | 1010001 | 11011 | 0 | 1000100 | 101100 |
Color Harmonies of #BB2323
Complementary color
Monochromatic Colors of #BB2323
Black with #BB2323
Text Example
Text Example
White with #BB2323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2323; }
p { color: rgb(187,35,35); }
H1.HeaderClassName
{
color: #BB2323;
}
.AnyTagClassName
{
color: #BB2323;
}
</style>
background-color css
<style>
a { background-color: #BB2323; }
a { background-color: rgb(187,35,35); }
div.DivClassName
{
background-color: #BB2323;
}
.BgClassName
{
background-color: #BB2323;
}
</style>
border-color css
<style>
span { border-color: #BB2323; }
span { border-color: rgb(187,35,35); }
td.TdClassName
{
border-color: #BB2323;
}
.TagClassName
{
border-color: #BB2323;
}
</style>