Shades of Fire Brick #B41A16
Tints of Fire Brick #B41A16
RGB
CMYK
RGB Variations
Color information
#B41A16 (or 0xB41A16) is known color: Fire Brick. HEX triplet: B4, 1A and 16. RGB value is (180,26,22). Sum of RGB (Red+Green+Blue) = 180+26+22=228 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.95% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41A16 is #4BE5E9. Grayscale: #474747. Windows color (decimal): -4974058 or 1448628. OLE color: 1448628.
HSL color Cylindrical-coordinate representation of color #B41A16: hue angle of 1.52º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41A16 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 26 | 22 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.29 |
| HSL | 1.52º | 0.78% | 0.4% | - |
| HSV(B) | 1.52º | 0.88% | 0.71% | - |
| XYZ | 19.34 | 10.5 | 1.77 | - |
| YUV | 71.59 | 100.02 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 26 | 22 | 0 | 0.86 | 0.88 | 0.29 | 1.52 | 0.78 | 0.4 |
| Hex | B4 | 1A | 16 | 0 | 56 | 58 | 1D | 2 | 4E | 28 |
| Octal | 264 | 32 | 26 | 0 | 126 | 130 | 35 | 2 | 116 | 50 |
| Binary | 10110100 | 11010 | 10110 | 0 | 1010110 | 1011000 | 11101 | 10 | 1001110 | 101000 |
Color Harmonies of #B41A16
Complementary color
Monochromatic Colors of #B41A16
Black with #B41A16
Text Example
Text Example
White with #B41A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41A16; }
p { color: rgb(180,26,22); }
H1.HeaderClassName
{
color: #B41A16;
}
.AnyTagClassName
{
color: #B41A16;
}
</style>
background-color css
<style>
a { background-color: #B41A16; }
a { background-color: rgb(180,26,22); }
div.DivClassName
{
background-color: #B41A16;
}
.BgClassName
{
background-color: #B41A16;
}
</style>
border-color css
<style>
span { border-color: #B41A16; }
span { border-color: rgb(180,26,22); }
td.TdClassName
{
border-color: #B41A16;
}
.TagClassName
{
border-color: #B41A16;
}
</style>