Shades of Fire Engine Red #B71A1B
Tints of Fire Engine Red #B71A1B
RGB
CMYK
RGB Variations
Color information
#B71A1B (or 0xB71A1B) is known color: Fire Engine Red. HEX triplet: B7, 1A and 1B. RGB value is (183,26,27). Sum of RGB (Red+Green+Blue) = 183+26+27=236 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.54% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 183 - color contains mainly: red. Hex color #B71A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71A1B is #48E5E4. Grayscale: #494949. Windows color (decimal): -4777445 or 1776311. OLE color: 1776311.
HSL color Cylindrical-coordinate representation of color #B71A1B: hue angle of 359.62º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71A1B is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 26 | 27 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.28 |
| HSL | 359.62º | 0.75% | 0.41% | - |
| HSV(B) | 359.62º | 0.86% | 0.72% | - |
| XYZ | 20.1 | 10.89 | 2.08 | - |
| YUV | 73.06 | 102.01 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 26 | 27 | 0 | 0.86 | 0.85 | 0.28 | 359.62 | 0.75 | 0.41 |
| Hex | B7 | 1A | 1B | 0 | 56 | 55 | 1C | 168 | 4B | 29 |
| Octal | 267 | 32 | 33 | 0 | 126 | 125 | 34 | 550 | 113 | 51 |
| Binary | 10110111 | 11010 | 11011 | 0 | 1010110 | 1010101 | 11100 | 101101000 | 1001011 | 101001 |
Color Harmonies of #B71A1B
Complementary color
Monochromatic Colors of #B71A1B
Black with #B71A1B
Text Example
Text Example
White with #B71A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71A1B; }
p { color: rgb(183,26,27); }
H1.HeaderClassName
{
color: #B71A1B;
}
.AnyTagClassName
{
color: #B71A1B;
}
</style>
background-color css
<style>
a { background-color: #B71A1B; }
a { background-color: rgb(183,26,27); }
div.DivClassName
{
background-color: #B71A1B;
}
.BgClassName
{
background-color: #B71A1B;
}
</style>
border-color css
<style>
span { border-color: #B71A1B; }
span { border-color: rgb(183,26,27); }
td.TdClassName
{
border-color: #B71A1B;
}
.TagClassName
{
border-color: #B71A1B;
}
</style>