Shades of Fire Engine Red #B61A1B
Tints of Fire Engine Red #B61A1B
RGB
CMYK
RGB Variations
Color information
#B61A1B (or 0xB61A1B) is known color: Fire Engine Red. HEX triplet: B6, 1A and 1B. RGB value is (182,26,27). Sum of RGB (Red+Green+Blue) = 182+26+27=235 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.45% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61A1B is #49E5E4. Grayscale: #484848. Windows color (decimal): -4842981 or 1776310. OLE color: 1776310.
HSL color Cylindrical-coordinate representation of color #B61A1B: hue angle of 359.62º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61A1B is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 26 | 27 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.29 |
| HSL | 359.62º | 0.75% | 0.41% | - |
| HSV(B) | 359.62º | 0.86% | 0.71% | - |
| XYZ | 19.86 | 10.76 | 2.07 | - |
| YUV | 72.76 | 102.18 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 26 | 27 | 0 | 0.86 | 0.85 | 0.29 | 359.62 | 0.75 | 0.41 |
| Hex | B6 | 1A | 1B | 0 | 56 | 55 | 1D | 168 | 4B | 29 |
| Octal | 266 | 32 | 33 | 0 | 126 | 125 | 35 | 550 | 113 | 51 |
| Binary | 10110110 | 11010 | 11011 | 0 | 1010110 | 1010101 | 11101 | 101101000 | 1001011 | 101001 |
Color Harmonies of #B61A1B
Complementary color
Monochromatic Colors of #B61A1B
Black with #B61A1B
Text Example
Text Example
White with #B61A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61A1B; }
p { color: rgb(182,26,27); }
H1.HeaderClassName
{
color: #B61A1B;
}
.AnyTagClassName
{
color: #B61A1B;
}
</style>
background-color css
<style>
a { background-color: #B61A1B; }
a { background-color: rgb(182,26,27); }
div.DivClassName
{
background-color: #B61A1B;
}
.BgClassName
{
background-color: #B61A1B;
}
</style>
border-color css
<style>
span { border-color: #B61A1B; }
span { border-color: rgb(182,26,27); }
td.TdClassName
{
border-color: #B61A1B;
}
.TagClassName
{
border-color: #B61A1B;
}
</style>