Shades of Fire Engine Red #B11A1B
Tints of Fire Engine Red #B11A1B
RGB
CMYK
RGB Variations
Color information
#B11A1B (or 0xB11A1B) is known color: Fire Engine Red. HEX triplet: B1, 1A and 1B. RGB value is (177,26,27). Sum of RGB (Red+Green+Blue) = 177+26+27=230 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.96% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11A1B is #4EE5E4. Grayscale: #474747. Windows color (decimal): -5170661 or 1776305. OLE color: 1776305.
HSL color Cylindrical-coordinate representation of color #B11A1B: hue angle of 359.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11A1B is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 26 | 27 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.31 |
| HSL | 359.6º | 0.74% | 0.4% | - |
| HSV(B) | 359.6º | 0.85% | 0.69% | - |
| XYZ | 18.7 | 10.17 | 2.01 | - |
| YUV | 71.26 | 103.03 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 27 | 0 | 0.85 | 0.85 | 0.31 | 359.6 | 0.74 | 0.4 |
| Hex | B1 | 1A | 1B | 0 | 55 | 55 | 1F | 168 | 4A | 28 |
| Octal | 261 | 32 | 33 | 0 | 125 | 125 | 37 | 550 | 112 | 50 |
| Binary | 10110001 | 11010 | 11011 | 0 | 1010101 | 1010101 | 11111 | 101101000 | 1001010 | 101000 |
Color Harmonies of #B11A1B
Complementary color
Monochromatic Colors of #B11A1B
Black with #B11A1B
Text Example
Text Example
White with #B11A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11A1B; }
p { color: rgb(177,26,27); }
H1.HeaderClassName
{
color: #B11A1B;
}
.AnyTagClassName
{
color: #B11A1B;
}
</style>
background-color css
<style>
a { background-color: #B11A1B; }
a { background-color: rgb(177,26,27); }
div.DivClassName
{
background-color: #B11A1B;
}
.BgClassName
{
background-color: #B11A1B;
}
</style>
border-color css
<style>
span { border-color: #B11A1B; }
span { border-color: rgb(177,26,27); }
td.TdClassName
{
border-color: #B11A1B;
}
.TagClassName
{
border-color: #B11A1B;
}
</style>