Shades of Fire Brick #B11C04
Tints of Fire Brick #B11C04
RGB
CMYK
RGB Variations
Color information
#B11C04 (or 0xB11C04) is known color: Fire Brick. HEX triplet: B1, 1C and 04. RGB value is (177,28,4). Sum of RGB (Red+Green+Blue) = 177+28+4=209 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.69% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11C04 is #4EE3FB. Grayscale: #464646. Windows color (decimal): -5170172 or 269489. OLE color: 269489.
HSL color Cylindrical-coordinate representation of color #B11C04: hue angle of 8.32º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B11C04 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 28 | 4 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.31 |
| HSL | 8.32º | 0.96% | 0.35% | - |
| HSV(B) | 8.32º | 0.98% | 0.69% | - |
| XYZ | 18.57 | 10.19 | 1.1 | - |
| YUV | 69.82 | 90.86 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 28 | 4 | 0 | 0.84 | 0.98 | 0.31 | 8.32 | 0.96 | 0.35 |
| Hex | B1 | 1C | 4 | 0 | 54 | 62 | 1F | 8 | 60 | 23 |
| Octal | 261 | 34 | 4 | 0 | 124 | 142 | 37 | 10 | 140 | 43 |
| Binary | 10110001 | 11100 | 100 | 0 | 1010100 | 1100010 | 11111 | 1000 | 1100000 | 100011 |
Color Harmonies of #B11C04
Complementary color
Monochromatic Colors of #B11C04
Black with #B11C04
Text Example
Text Example
White with #B11C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11C04; }
p { color: rgb(177,28,4); }
H1.HeaderClassName
{
color: #B11C04;
}
.AnyTagClassName
{
color: #B11C04;
}
</style>
background-color css
<style>
a { background-color: #B11C04; }
a { background-color: rgb(177,28,4); }
div.DivClassName
{
background-color: #B11C04;
}
.BgClassName
{
background-color: #B11C04;
}
</style>
border-color css
<style>
span { border-color: #B11C04; }
span { border-color: rgb(177,28,4); }
td.TdClassName
{
border-color: #B11C04;
}
.TagClassName
{
border-color: #B11C04;
}
</style>