Shades of Fire Engine Red #B3181D
Tints of Fire Engine Red #B3181D
RGB
CMYK
RGB Variations
Color information
#B3181D (or 0xB3181D) is known color: Fire Engine Red. HEX triplet: B3, 18 and 1D. RGB value is (179,24,29). Sum of RGB (Red+Green+Blue) = 179+24+29=232 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.16% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 179 - color contains mainly: red. Hex color #B3181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3181D is #4CE7E2. Grayscale: #474747. Windows color (decimal): -5040099 or 1906867. OLE color: 1906867.
HSL color Cylindrical-coordinate representation of color #B3181D: hue angle of 358.06º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3181D is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 24 | 29 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.30 |
| HSL | 358.06º | 0.76% | 0.4% | - |
| HSV(B) | 358.06º | 0.87% | 0.7% | - |
| XYZ | 19.14 | 10.33 | 2.15 | - |
| YUV | 70.92 | 104.35 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 24 | 29 | 0 | 0.87 | 0.84 | 0.30 | 358.06 | 0.76 | 0.4 |
| Hex | B3 | 18 | 1D | 0 | 57 | 54 | 1E | 166 | 4C | 28 |
| Octal | 263 | 30 | 35 | 0 | 127 | 124 | 36 | 546 | 114 | 50 |
| Binary | 10110011 | 11000 | 11101 | 0 | 1010111 | 1010100 | 11110 | 101100110 | 1001100 | 101000 |
Color Harmonies of #B3181D
Complementary color
Monochromatic Colors of #B3181D
Black with #B3181D
Text Example
Text Example
White with #B3181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3181D; }
p { color: rgb(179,24,29); }
H1.HeaderClassName
{
color: #B3181D;
}
.AnyTagClassName
{
color: #B3181D;
}
</style>
background-color css
<style>
a { background-color: #B3181D; }
a { background-color: rgb(179,24,29); }
div.DivClassName
{
background-color: #B3181D;
}
.BgClassName
{
background-color: #B3181D;
}
</style>
border-color css
<style>
span { border-color: #B3181D; }
span { border-color: rgb(179,24,29); }
td.TdClassName
{
border-color: #B3181D;
}
.TagClassName
{
border-color: #B3181D;
}
</style>