Shades of Fire Brick #BB1D13
Tints of Fire Brick #BB1D13
RGB
CMYK
RGB Variations
Color information
#BB1D13 (or 0xBB1D13) is known color: Fire Brick. HEX triplet: BB, 1D and 13. RGB value is (187,29,19). Sum of RGB (Red+Green+Blue) = 187+29+19=235 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.57% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1D13 is #44E2EC. Grayscale: #4B4B4B. Windows color (decimal): -4514541 or 1252795. OLE color: 1252795.
HSL color Cylindrical-coordinate representation of color #BB1D13: hue angle of 3.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1D13 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 29 | 19 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.27 |
| HSL | 3.57º | 0.82% | 0.4% | - |
| HSV(B) | 3.57º | 0.9% | 0.73% | - |
| XYZ | 21.05 | 11.49 | 1.72 | - |
| YUV | 75.1 | 96.35 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 19 | 0 | 0.84 | 0.90 | 0.27 | 3.57 | 0.82 | 0.4 |
| Hex | BB | 1D | 13 | 0 | 54 | 5A | 1B | 4 | 52 | 28 |
| Octal | 273 | 35 | 23 | 0 | 124 | 132 | 33 | 4 | 122 | 50 |
| Binary | 10111011 | 11101 | 10011 | 0 | 1010100 | 1011010 | 11011 | 100 | 1010010 | 101000 |
Color Harmonies of #BB1D13
Complementary color
Monochromatic Colors of #BB1D13
Black with #BB1D13
Text Example
Text Example
White with #BB1D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1D13; }
p { color: rgb(187,29,19); }
H1.HeaderClassName
{
color: #BB1D13;
}
.AnyTagClassName
{
color: #BB1D13;
}
</style>
background-color css
<style>
a { background-color: #BB1D13; }
a { background-color: rgb(187,29,19); }
div.DivClassName
{
background-color: #BB1D13;
}
.BgClassName
{
background-color: #BB1D13;
}
</style>
border-color css
<style>
span { border-color: #BB1D13; }
span { border-color: rgb(187,29,19); }
td.TdClassName
{
border-color: #BB1D13;
}
.TagClassName
{
border-color: #BB1D13;
}
</style>