Shades of Fire Brick #B41E11
Tints of Fire Brick #B41E11
RGB
CMYK
RGB Variations
Color information
#B41E11 (or 0xB41E11) is known color: Fire Brick. HEX triplet: B4, 1E and 11. RGB value is (180,30,17). Sum of RGB (Red+Green+Blue) = 180+30+17=227 (30% of max value = 765). Red value is 180 (70.70% from 255 or 79.30% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41E11 is #4BE1EE. Grayscale: #494949. Windows color (decimal): -4973039 or 1121972. OLE color: 1121972.
HSL color Cylindrical-coordinate representation of color #B41E11: hue angle of 4.79º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41E11 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 30 | 17 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.29 |
| HSL | 4.79º | 0.83% | 0.39% | - |
| HSV(B) | 4.79º | 0.91% | 0.71% | - |
| XYZ | 19.39 | 10.67 | 1.57 | - |
| YUV | 73.37 | 96.2 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 30 | 17 | 0 | 0.83 | 0.91 | 0.29 | 4.79 | 0.83 | 0.39 |
| Hex | B4 | 1E | 11 | 0 | 53 | 5B | 1D | 5 | 53 | 27 |
| Octal | 264 | 36 | 21 | 0 | 123 | 133 | 35 | 5 | 123 | 47 |
| Binary | 10110100 | 11110 | 10001 | 0 | 1010011 | 1011011 | 11101 | 101 | 1010011 | 100111 |
Color Harmonies of #B41E11
Complementary color
Monochromatic Colors of #B41E11
Black with #B41E11
Text Example
Text Example
White with #B41E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41E11; }
p { color: rgb(180,30,17); }
H1.HeaderClassName
{
color: #B41E11;
}
.AnyTagClassName
{
color: #B41E11;
}
</style>
background-color css
<style>
a { background-color: #B41E11; }
a { background-color: rgb(180,30,17); }
div.DivClassName
{
background-color: #B41E11;
}
.BgClassName
{
background-color: #B41E11;
}
</style>
border-color css
<style>
span { border-color: #B41E11; }
span { border-color: rgb(180,30,17); }
td.TdClassName
{
border-color: #B41E11;
}
.TagClassName
{
border-color: #B41E11;
}
</style>