Shades of Fire Brick #BB1D1D
Tints of Fire Brick #BB1D1D
RGB
CMYK
RGB Variations
Color information
#BB1D1D (or 0xBB1D1D) is known color: Fire Brick. HEX triplet: BB, 1D and 1D. RGB value is (187,29,29). Sum of RGB (Red+Green+Blue) = 187+29+29=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1D1D is #44E2E2. Grayscale: #4C4C4C. Windows color (decimal): -4514531 or 1908155. OLE color: 1908155.
HSL color Cylindrical-coordinate representation of color #BB1D1D: hue angle of 0º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1D1D is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 29 | 29 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.27 |
| HSL | 0º | 0.73% | 0.42% | - |
| HSV(B) | 0º | 0.84% | 0.73% | - |
| XYZ | 21.15 | 11.53 | 2.27 | - |
| YUV | 76.24 | 101.35 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 29 | 0 | 0.84 | 0.84 | 0.27 | 0 | 0.73 | 0.42 |
| Hex | BB | 1D | 1D | 0 | 54 | 54 | 1B | 0 | 49 | 2A |
| Octal | 273 | 35 | 35 | 0 | 124 | 124 | 33 | 0 | 111 | 52 |
| Binary | 10111011 | 11101 | 11101 | 0 | 1010100 | 1010100 | 11011 | 0 | 1001001 | 101010 |
Color Harmonies of #BB1D1D
Complementary color
Monochromatic Colors of #BB1D1D
Black with #BB1D1D
Text Example
Text Example
White with #BB1D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1D1D; }
p { color: rgb(187,29,29); }
H1.HeaderClassName
{
color: #BB1D1D;
}
.AnyTagClassName
{
color: #BB1D1D;
}
</style>
background-color css
<style>
a { background-color: #BB1D1D; }
a { background-color: rgb(187,29,29); }
div.DivClassName
{
background-color: #BB1D1D;
}
.BgClassName
{
background-color: #BB1D1D;
}
</style>
border-color css
<style>
span { border-color: #BB1D1D; }
span { border-color: rgb(187,29,29); }
td.TdClassName
{
border-color: #BB1D1D;
}
.TagClassName
{
border-color: #BB1D1D;
}
</style>