Shades of Fire Brick #B42515
Tints of Fire Brick #B42515
RGB
CMYK
RGB Variations
Color information
#B42515 (or 0xB42515) is known color: Fire Brick. HEX triplet: B4, 25 and 15. RGB value is (180,37,21). Sum of RGB (Red+Green+Blue) = 180+37+21=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B42515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42515 is #4BDAEA. Grayscale: #4E4E4E. Windows color (decimal): -4971243 or 1385908. OLE color: 1385908.
HSL color Cylindrical-coordinate representation of color #B42515: hue angle of 6.04º 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 #B42515 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 37 | 21 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.29 |
| HSL | 6.04º | 0.79% | 0.39% | - |
| HSV(B) | 6.04º | 0.88% | 0.71% | - |
| XYZ | 19.62 | 11.08 | 1.81 | - |
| YUV | 77.93 | 95.88 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 21 | 0 | 0.79 | 0.88 | 0.29 | 6.04 | 0.79 | 0.39 |
| Hex | B4 | 25 | 15 | 0 | 4F | 58 | 1D | 6 | 4F | 27 |
| Octal | 264 | 45 | 25 | 0 | 117 | 130 | 35 | 6 | 117 | 47 |
| Binary | 10110100 | 100101 | 10101 | 0 | 1001111 | 1011000 | 11101 | 110 | 1001111 | 100111 |
Color Harmonies of #B42515
Complementary color
Monochromatic Colors of #B42515
Black with #B42515
Text Example
Text Example
White with #B42515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42515; }
p { color: rgb(180,37,21); }
H1.HeaderClassName
{
color: #B42515;
}
.AnyTagClassName
{
color: #B42515;
}
</style>
background-color css
<style>
a { background-color: #B42515; }
a { background-color: rgb(180,37,21); }
div.DivClassName
{
background-color: #B42515;
}
.BgClassName
{
background-color: #B42515;
}
</style>
border-color css
<style>
span { border-color: #B42515; }
span { border-color: rgb(180,37,21); }
td.TdClassName
{
border-color: #B42515;
}
.TagClassName
{
border-color: #B42515;
}
</style>