Shades of Fire Brick #B42915
Tints of Fire Brick #B42915
RGB
CMYK
RGB Variations
Color information
#B42915 (or 0xB42915) is known color: Fire Brick. HEX triplet: B4, 29 and 15. RGB value is (180,41,21). Sum of RGB (Red+Green+Blue) = 180+41+21=242 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.38% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 180 - color contains mainly: red. Hex color #B42915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42915 is #4BD6EA. Grayscale: #505050. Windows color (decimal): -4970219 or 1386932. OLE color: 1386932.
HSL color Cylindrical-coordinate representation of color #B42915: hue angle of 7.55º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B42915 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 21 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.29 |
| HSL | 7.55º | 0.79% | 0.39% | - |
| HSV(B) | 7.55º | 0.88% | 0.71% | - |
| XYZ | 19.75 | 11.34 | 1.86 | - |
| YUV | 80.28 | 94.55 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 21 | 0 | 0.77 | 0.88 | 0.29 | 7.55 | 0.79 | 0.39 |
| Hex | B4 | 29 | 15 | 0 | 4D | 58 | 1D | 8 | 4F | 27 |
| Octal | 264 | 51 | 25 | 0 | 115 | 130 | 35 | 10 | 117 | 47 |
| Binary | 10110100 | 101001 | 10101 | 0 | 1001101 | 1011000 | 11101 | 1000 | 1001111 | 100111 |
Color Harmonies of #B42915
Complementary color
Monochromatic Colors of #B42915
Black with #B42915
Text Example
Text Example
White with #B42915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42915; }
p { color: rgb(180,41,21); }
H1.HeaderClassName
{
color: #B42915;
}
.AnyTagClassName
{
color: #B42915;
}
</style>
background-color css
<style>
a { background-color: #B42915; }
a { background-color: rgb(180,41,21); }
div.DivClassName
{
background-color: #B42915;
}
.BgClassName
{
background-color: #B42915;
}
</style>
border-color css
<style>
span { border-color: #B42915; }
span { border-color: rgb(180,41,21); }
td.TdClassName
{
border-color: #B42915;
}
.TagClassName
{
border-color: #B42915;
}
</style>