Shades of Fire Brick #B42519
Tints of Fire Brick #B42519
RGB
CMYK
RGB Variations
Color information
#B42519 (or 0xB42519) is known color: Fire Brick. HEX triplet: B4, 25 and 19. RGB value is (180,37,25). Sum of RGB (Red+Green+Blue) = 180+37+25=242 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.38% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 180 - color contains mainly: red. Hex color #B42519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42519 is #4BDAE6. Grayscale: #4E4E4E. Windows color (decimal): -4971239 or 1648052. OLE color: 1648052.
HSL color Cylindrical-coordinate representation of color #B42519: hue angle of 4.65º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B42519 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 37 | 25 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.29 |
| HSL | 4.65º | 0.76% | 0.4% | - |
| HSV(B) | 4.65º | 0.86% | 0.71% | - |
| XYZ | 19.66 | 11.1 | 2.03 | - |
| YUV | 78.39 | 97.88 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 25 | 0 | 0.79 | 0.86 | 0.29 | 4.65 | 0.76 | 0.4 |
| Hex | B4 | 25 | 19 | 0 | 4F | 56 | 1D | 5 | 4C | 28 |
| Octal | 264 | 45 | 31 | 0 | 117 | 126 | 35 | 5 | 114 | 50 |
| Binary | 10110100 | 100101 | 11001 | 0 | 1001111 | 1010110 | 11101 | 101 | 1001100 | 101000 |
Color Harmonies of #B42519
Complementary color
Monochromatic Colors of #B42519
Black with #B42519
Text Example
Text Example
White with #B42519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42519; }
p { color: rgb(180,37,25); }
H1.HeaderClassName
{
color: #B42519;
}
.AnyTagClassName
{
color: #B42519;
}
</style>
background-color css
<style>
a { background-color: #B42519; }
a { background-color: rgb(180,37,25); }
div.DivClassName
{
background-color: #B42519;
}
.BgClassName
{
background-color: #B42519;
}
</style>
border-color css
<style>
span { border-color: #B42519; }
span { border-color: rgb(180,37,25); }
td.TdClassName
{
border-color: #B42519;
}
.TagClassName
{
border-color: #B42519;
}
</style>