Shades of Fire Brick #BB2D2D
Tints of Fire Brick #BB2D2D
RGB
CMYK
RGB Variations
Color information
#BB2D2D (or 0xBB2D2D) is known color: Fire Brick. HEX triplet: BB, 2D and 2D. RGB value is (187,45,45). Sum of RGB (Red+Green+Blue) = 187+45+45=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2D2D is #44D2D2. Grayscale: #575757. Windows color (decimal): -4510419 or 2960827. OLE color: 2960827.
HSL color Cylindrical-coordinate representation of color #BB2D2D: hue angle of 0º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB2D2D is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 45 | 45 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.27 |
| HSL | 0º | 0.61% | 0.45% | - |
| HSV(B) | 0º | 0.76% | 0.73% | - |
| XYZ | 21.91 | 12.63 | 3.77 | - |
| YUV | 87.46 | 104.04 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 45 | 45 | 0 | 0.76 | 0.76 | 0.27 | 0 | 0.61 | 0.45 |
| Hex | BB | 2D | 2D | 0 | 4C | 4C | 1B | 0 | 3D | 2D |
| Octal | 273 | 55 | 55 | 0 | 114 | 114 | 33 | 0 | 75 | 55 |
| Binary | 10111011 | 101101 | 101101 | 0 | 1001100 | 1001100 | 11011 | 0 | 111101 | 101101 |
Color Harmonies of #BB2D2D
Complementary color
Monochromatic Colors of #BB2D2D
Black with #BB2D2D
Text Example
Text Example
White with #BB2D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2D2D; }
p { color: rgb(187,45,45); }
H1.HeaderClassName
{
color: #BB2D2D;
}
.AnyTagClassName
{
color: #BB2D2D;
}
</style>
background-color css
<style>
a { background-color: #BB2D2D; }
a { background-color: rgb(187,45,45); }
div.DivClassName
{
background-color: #BB2D2D;
}
.BgClassName
{
background-color: #BB2D2D;
}
</style>
border-color css
<style>
span { border-color: #BB2D2D; }
span { border-color: rgb(187,45,45); }
td.TdClassName
{
border-color: #BB2D2D;
}
.TagClassName
{
border-color: #BB2D2D;
}
</style>