Shades of Fire Brick #B42911
Tints of Fire Brick #B42911
RGB
CMYK
RGB Variations
Color information
#B42911 (or 0xB42911) is known color: Fire Brick. HEX triplet: B4, 29 and 11. RGB value is (180,41,17). Sum of RGB (Red+Green+Blue) = 180+41+17=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B42911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42911 is #4BD6EE. Grayscale: #505050. Windows color (decimal): -4970223 or 1124788. OLE color: 1124788.
HSL color Cylindrical-coordinate representation of color #B42911: hue angle of 8.83º 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 #B42911 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 17 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.29 |
| HSL | 8.83º | 0.83% | 0.39% | - |
| HSV(B) | 8.83º | 0.91% | 0.71% | - |
| XYZ | 19.72 | 11.33 | 1.68 | - |
| YUV | 79.83 | 92.55 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 17 | 0 | 0.77 | 0.91 | 0.29 | 8.83 | 0.83 | 0.39 |
| Hex | B4 | 29 | 11 | 0 | 4D | 5B | 1D | 9 | 53 | 27 |
| Octal | 264 | 51 | 21 | 0 | 115 | 133 | 35 | 11 | 123 | 47 |
| Binary | 10110100 | 101001 | 10001 | 0 | 1001101 | 1011011 | 11101 | 1001 | 1010011 | 100111 |
Color Harmonies of #B42911
Complementary color
Monochromatic Colors of #B42911
Black with #B42911
Text Example
Text Example
White with #B42911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42911; }
p { color: rgb(180,41,17); }
H1.HeaderClassName
{
color: #B42911;
}
.AnyTagClassName
{
color: #B42911;
}
</style>
background-color css
<style>
a { background-color: #B42911; }
a { background-color: rgb(180,41,17); }
div.DivClassName
{
background-color: #B42911;
}
.BgClassName
{
background-color: #B42911;
}
</style>
border-color css
<style>
span { border-color: #B42911; }
span { border-color: rgb(180,41,17); }
td.TdClassName
{
border-color: #B42911;
}
.TagClassName
{
border-color: #B42911;
}
</style>