Shades of Fire Brick #BB1717
Tints of Fire Brick #BB1717
RGB
CMYK
RGB Variations
Color information
#BB1717 (or 0xBB1717) is known color: Fire Brick. HEX triplet: BB, 17 and 17. RGB value is (187,23,23). Sum of RGB (Red+Green+Blue) = 187+23+23=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1717 is #44E8E8. Grayscale: #484848. Windows color (decimal): -4516073 or 1513403. OLE color: 1513403.
HSL color Cylindrical-coordinate representation of color #BB1717: hue angle of 0º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1717 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 23 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.27 |
| HSL | 0º | 0.78% | 0.41% | - |
| HSV(B) | 0º | 0.88% | 0.73% | - |
| XYZ | 20.95 | 11.24 | 1.88 | - |
| YUV | 72.04 | 100.33 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 23 | 0 | 0.88 | 0.88 | 0.27 | 0 | 0.78 | 0.41 |
| Hex | BB | 17 | 17 | 0 | 58 | 58 | 1B | 0 | 4E | 29 |
| Octal | 273 | 27 | 27 | 0 | 130 | 130 | 33 | 0 | 116 | 51 |
| Binary | 10111011 | 10111 | 10111 | 0 | 1011000 | 1011000 | 11011 | 0 | 1001110 | 101001 |
Color Harmonies of #BB1717
Complementary color
Monochromatic Colors of #BB1717
Black with #BB1717
Text Example
Text Example
White with #BB1717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1717; }
p { color: rgb(187,23,23); }
H1.HeaderClassName
{
color: #BB1717;
}
.AnyTagClassName
{
color: #BB1717;
}
</style>
background-color css
<style>
a { background-color: #BB1717; }
a { background-color: rgb(187,23,23); }
div.DivClassName
{
background-color: #BB1717;
}
.BgClassName
{
background-color: #BB1717;
}
</style>
border-color css
<style>
span { border-color: #BB1717; }
span { border-color: rgb(187,23,23); }
td.TdClassName
{
border-color: #BB1717;
}
.TagClassName
{
border-color: #BB1717;
}
</style>