Shades of Fire Engine Red #B61B24
Tints of Fire Engine Red #B61B24
RGB
CMYK
RGB Variations
Color information
#B61B24 (or 0xB61B24) is known color: Fire Engine Red. HEX triplet: B6, 1B and 24. RGB value is (182,27,36). Sum of RGB (Red+Green+Blue) = 182+27+36=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61B24 is #49E4DB. Grayscale: #4A4A4A. Windows color (decimal): -4842716 or 2366390. OLE color: 2366390.
HSL color Cylindrical-coordinate representation of color #B61B24: hue angle of 356.52º 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 #B61B24 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 27 | 36 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.29 |
| HSL | 356.52º | 0.74% | 0.41% | - |
| HSV(B) | 356.52º | 0.85% | 0.71% | - |
| XYZ | 20 | 10.86 | 2.71 | - |
| YUV | 74.37 | 106.35 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 27 | 36 | 0 | 0.85 | 0.80 | 0.29 | 356.52 | 0.74 | 0.41 |
| Hex | B6 | 1B | 24 | 0 | 55 | 50 | 1D | 165 | 4A | 29 |
| Octal | 266 | 33 | 44 | 0 | 125 | 120 | 35 | 545 | 112 | 51 |
| Binary | 10110110 | 11011 | 100100 | 0 | 1010101 | 1010000 | 11101 | 101100101 | 1001010 | 101001 |
Color Harmonies of #B61B24
Complementary color
Monochromatic Colors of #B61B24
Black with #B61B24
Text Example
Text Example
White with #B61B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61B24; }
p { color: rgb(182,27,36); }
H1.HeaderClassName
{
color: #B61B24;
}
.AnyTagClassName
{
color: #B61B24;
}
</style>
background-color css
<style>
a { background-color: #B61B24; }
a { background-color: rgb(182,27,36); }
div.DivClassName
{
background-color: #B61B24;
}
.BgClassName
{
background-color: #B61B24;
}
</style>
border-color css
<style>
span { border-color: #B61B24; }
span { border-color: rgb(182,27,36); }
td.TdClassName
{
border-color: #B61B24;
}
.TagClassName
{
border-color: #B61B24;
}
</style>