Shades of Fire Brick #B41E1E
Tints of Fire Brick #B41E1E
RGB
CMYK
RGB Variations
Color information
#B41E1E (or 0xB41E1E) is known color: Fire Brick. HEX triplet: B4, 1E and 1E. RGB value is (180,30,30). Sum of RGB (Red+Green+Blue) = 180+30+30=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41E1E is #4BE1E1. Grayscale: #4B4B4B. Windows color (decimal): -4973026 or 1973940. OLE color: 1973940.
HSL color Cylindrical-coordinate representation of color #B41E1E: hue angle of 0º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B41E1E is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 30 | 30 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.29 |
| HSL | 0º | 0.71% | 0.41% | - |
| HSV(B) | 0º | 0.83% | 0.71% | - |
| XYZ | 19.52 | 10.73 | 2.27 | - |
| YUV | 74.85 | 102.7 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 30 | 30 | 0 | 0.83 | 0.83 | 0.29 | 0 | 0.71 | 0.41 |
| Hex | B4 | 1E | 1E | 0 | 53 | 53 | 1D | 0 | 47 | 29 |
| Octal | 264 | 36 | 36 | 0 | 123 | 123 | 35 | 0 | 107 | 51 |
| Binary | 10110100 | 11110 | 11110 | 0 | 1010011 | 1010011 | 11101 | 0 | 1000111 | 101001 |
Color Harmonies of #B41E1E
Complementary color
Monochromatic Colors of #B41E1E
Black with #B41E1E
Text Example
Text Example
White with #B41E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41E1E; }
p { color: rgb(180,30,30); }
H1.HeaderClassName
{
color: #B41E1E;
}
.AnyTagClassName
{
color: #B41E1E;
}
</style>
background-color css
<style>
a { background-color: #B41E1E; }
a { background-color: rgb(180,30,30); }
div.DivClassName
{
background-color: #B41E1E;
}
.BgClassName
{
background-color: #B41E1E;
}
</style>
border-color css
<style>
span { border-color: #B41E1E; }
span { border-color: rgb(180,30,30); }
td.TdClassName
{
border-color: #B41E1E;
}
.TagClassName
{
border-color: #B41E1E;
}
</style>