Shades of Fire Brick #BB1C10
Tints of Fire Brick #BB1C10
RGB
CMYK
RGB Variations
Color information
#BB1C10 (or 0xBB1C10) is known color: Fire Brick. HEX triplet: BB, 1C and 10. RGB value is (187,28,16). Sum of RGB (Red+Green+Blue) = 187+28+16=231 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.95% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1C10 is #44E3EF. Grayscale: #4A4A4A. Windows color (decimal): -4514800 or 1055931. OLE color: 1055931.
HSL color Cylindrical-coordinate representation of color #BB1C10: hue angle of 4.21º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1C10 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 28 | 16 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.27 |
| HSL | 4.21º | 0.84% | 0.4% | - |
| HSV(B) | 4.21º | 0.91% | 0.73% | - |
| XYZ | 21 | 11.43 | 1.59 | - |
| YUV | 74.17 | 95.18 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 16 | 0 | 0.85 | 0.91 | 0.27 | 4.21 | 0.84 | 0.4 |
| Hex | BB | 1C | 10 | 0 | 55 | 5B | 1B | 4 | 54 | 28 |
| Octal | 273 | 34 | 20 | 0 | 125 | 133 | 33 | 4 | 124 | 50 |
| Binary | 10111011 | 11100 | 10000 | 0 | 1010101 | 1011011 | 11011 | 100 | 1010100 | 101000 |
Color Harmonies of #BB1C10
Complementary color
Monochromatic Colors of #BB1C10
Black with #BB1C10
Text Example
Text Example
White with #BB1C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1C10; }
p { color: rgb(187,28,16); }
H1.HeaderClassName
{
color: #BB1C10;
}
.AnyTagClassName
{
color: #BB1C10;
}
</style>
background-color css
<style>
a { background-color: #BB1C10; }
a { background-color: rgb(187,28,16); }
div.DivClassName
{
background-color: #BB1C10;
}
.BgClassName
{
background-color: #BB1C10;
}
</style>
border-color css
<style>
span { border-color: #BB1C10; }
span { border-color: rgb(187,28,16); }
td.TdClassName
{
border-color: #BB1C10;
}
.TagClassName
{
border-color: #BB1C10;
}
</style>