Shades of Fire Brick #BB1C07
Tints of Fire Brick #BB1C07
RGB
CMYK
RGB Variations
Color information
#BB1C07 (or 0xBB1C07) is known color: Fire Brick. HEX triplet: BB, 1C and 07. RGB value is (187,28,7). Sum of RGB (Red+Green+Blue) = 187+28+7=222 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.23% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1C07 is #44E3F8. Grayscale: #494949. Windows color (decimal): -4514809 or 466107. OLE color: 466107.
HSL color Cylindrical-coordinate representation of color #BB1C07: hue angle of 7º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB1C07 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 28 | 7 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.27 |
| HSL | 7º | 0.93% | 0.38% | - |
| HSV(B) | 7º | 0.96% | 0.73% | - |
| XYZ | 20.95 | 11.41 | 1.3 | - |
| YUV | 73.15 | 90.68 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 7 | 0 | 0.85 | 0.96 | 0.27 | 7 | 0.93 | 0.38 |
| Hex | BB | 1C | 7 | 0 | 55 | 60 | 1B | 7 | 5D | 26 |
| Octal | 273 | 34 | 7 | 0 | 125 | 140 | 33 | 7 | 135 | 46 |
| Binary | 10111011 | 11100 | 111 | 0 | 1010101 | 1100000 | 11011 | 111 | 1011101 | 100110 |
Color Harmonies of #BB1C07
Complementary color
Monochromatic Colors of #BB1C07
Black with #BB1C07
Text Example
Text Example
White with #BB1C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1C07; }
p { color: rgb(187,28,7); }
H1.HeaderClassName
{
color: #BB1C07;
}
.AnyTagClassName
{
color: #BB1C07;
}
</style>
background-color css
<style>
a { background-color: #BB1C07; }
a { background-color: rgb(187,28,7); }
div.DivClassName
{
background-color: #BB1C07;
}
.BgClassName
{
background-color: #BB1C07;
}
</style>
border-color css
<style>
span { border-color: #BB1C07; }
span { border-color: rgb(187,28,7); }
td.TdClassName
{
border-color: #BB1C07;
}
.TagClassName
{
border-color: #BB1C07;
}
</style>