Shades of Fire Engine Red #B61B1D
Tints of Fire Engine Red #B61B1D
RGB
CMYK
RGB Variations
Color information
#B61B1D (or 0xB61B1D) is known color: Fire Engine Red. HEX triplet: B6, 1B and 1D. RGB value is (182,27,29). Sum of RGB (Red+Green+Blue) = 182+27+29=238 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.47% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61B1D is #49E4E2. Grayscale: #494949. Windows color (decimal): -4842723 or 1907638. OLE color: 1907638.
HSL color Cylindrical-coordinate representation of color #B61B1D: hue angle of 359.23º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61B1D is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 27 | 29 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.29 |
| HSL | 359.23º | 0.74% | 0.41% | - |
| HSV(B) | 359.23º | 0.85% | 0.71% | - |
| XYZ | 19.91 | 10.82 | 2.2 | - |
| YUV | 73.57 | 102.85 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 27 | 29 | 0 | 0.85 | 0.84 | 0.29 | 359.23 | 0.74 | 0.41 |
| Hex | B6 | 1B | 1D | 0 | 55 | 54 | 1D | 167 | 4A | 29 |
| Octal | 266 | 33 | 35 | 0 | 125 | 124 | 35 | 547 | 112 | 51 |
| Binary | 10110110 | 11011 | 11101 | 0 | 1010101 | 1010100 | 11101 | 101100111 | 1001010 | 101001 |
Color Harmonies of #B61B1D
Complementary color
Monochromatic Colors of #B61B1D
Black with #B61B1D
Text Example
Text Example
White with #B61B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61B1D; }
p { color: rgb(182,27,29); }
H1.HeaderClassName
{
color: #B61B1D;
}
.AnyTagClassName
{
color: #B61B1D;
}
</style>
background-color css
<style>
a { background-color: #B61B1D; }
a { background-color: rgb(182,27,29); }
div.DivClassName
{
background-color: #B61B1D;
}
.BgClassName
{
background-color: #B61B1D;
}
</style>
border-color css
<style>
span { border-color: #B61B1D; }
span { border-color: rgb(182,27,29); }
td.TdClassName
{
border-color: #B61B1D;
}
.TagClassName
{
border-color: #B61B1D;
}
</style>