Shades of Fire Brick #BB1313
Tints of Fire Brick #BB1313
RGB
CMYK
RGB Variations
Color information
#BB1313 (or 0xBB1313) is known color: Fire Brick. HEX triplet: BB, 13 and 13. RGB value is (187,19,19). Sum of RGB (Red+Green+Blue) = 187+19+19=225 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.11% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1313 is #44ECEC. Grayscale: #454545. Windows color (decimal): -4517101 or 1250235. OLE color: 1250235.
HSL color Cylindrical-coordinate representation of color #BB1313: hue angle of 0º 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 #BB1313 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 19 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.27 |
| HSL | 0º | 0.82% | 0.4% | - |
| HSV(B) | 0º | 0.9% | 0.73% | - |
| XYZ | 20.84 | 11.08 | 1.66 | - |
| YUV | 69.23 | 99.66 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 19 | 0 | 0.90 | 0.90 | 0.27 | 0 | 0.82 | 0.4 |
| Hex | BB | 13 | 13 | 0 | 5A | 5A | 1B | 0 | 52 | 28 |
| Octal | 273 | 23 | 23 | 0 | 132 | 132 | 33 | 0 | 122 | 50 |
| Binary | 10111011 | 10011 | 10011 | 0 | 1011010 | 1011010 | 11011 | 0 | 1010010 | 101000 |
Color Harmonies of #BB1313
Complementary color
Monochromatic Colors of #BB1313
Black with #BB1313
Text Example
Text Example
White with #BB1313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1313; }
p { color: rgb(187,19,19); }
H1.HeaderClassName
{
color: #BB1313;
}
.AnyTagClassName
{
color: #BB1313;
}
</style>
background-color css
<style>
a { background-color: #BB1313; }
a { background-color: rgb(187,19,19); }
div.DivClassName
{
background-color: #BB1313;
}
.BgClassName
{
background-color: #BB1313;
}
</style>
border-color css
<style>
span { border-color: #BB1313; }
span { border-color: rgb(187,19,19); }
td.TdClassName
{
border-color: #BB1313;
}
.TagClassName
{
border-color: #BB1313;
}
</style>