Shades of Fire Engine Red #B01A1D
Tints of Fire Engine Red #B01A1D
RGB
CMYK
RGB Variations
Color information
#B01A1D (or 0xB01A1D) is known color: Fire Engine Red. HEX triplet: B0, 1A and 1D. RGB value is (176,26,29). Sum of RGB (Red+Green+Blue) = 176+26+29=231 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.19% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01A1D is #4FE5E2. Grayscale: #474747. Windows color (decimal): -5236195 or 1907376. OLE color: 1907376.
HSL color Cylindrical-coordinate representation of color #B01A1D: hue angle of 358.8º 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 #B01A1D is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 26 | 29 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.31 |
| HSL | 358.8º | 0.74% | 0.4% | - |
| HSV(B) | 358.8º | 0.85% | 0.69% | - |
| XYZ | 18.5 | 10.06 | 2.13 | - |
| YUV | 71.19 | 104.2 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 26 | 29 | 0 | 0.85 | 0.84 | 0.31 | 358.8 | 0.74 | 0.4 |
| Hex | B0 | 1A | 1D | 0 | 55 | 54 | 1F | 167 | 4A | 28 |
| Octal | 260 | 32 | 35 | 0 | 125 | 124 | 37 | 547 | 112 | 50 |
| Binary | 10110000 | 11010 | 11101 | 0 | 1010101 | 1010100 | 11111 | 101100111 | 1001010 | 101000 |
Color Harmonies of #B01A1D
Complementary color
Monochromatic Colors of #B01A1D
Black with #B01A1D
Text Example
Text Example
White with #B01A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01A1D; }
p { color: rgb(176,26,29); }
H1.HeaderClassName
{
color: #B01A1D;
}
.AnyTagClassName
{
color: #B01A1D;
}
</style>
background-color css
<style>
a { background-color: #B01A1D; }
a { background-color: rgb(176,26,29); }
div.DivClassName
{
background-color: #B01A1D;
}
.BgClassName
{
background-color: #B01A1D;
}
</style>
border-color css
<style>
span { border-color: #B01A1D; }
span { border-color: rgb(176,26,29); }
td.TdClassName
{
border-color: #B01A1D;
}
.TagClassName
{
border-color: #B01A1D;
}
</style>