Shades of Fire Brick #B42926
Tints of Fire Brick #B42926
RGB
CMYK
RGB Variations
Color information
#B42926 (or 0xB42926) is known color: Fire Brick. HEX triplet: B4, 29 and 26. RGB value is (180,41,38). Sum of RGB (Red+Green+Blue) = 180+41+38=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B42926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42926 is #4BD6D9. Grayscale: #525252. Windows color (decimal): -4970202 or 2501044. OLE color: 2501044.
HSL color Cylindrical-coordinate representation of color #B42926: hue angle of 1.27º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42926 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 38 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.29 |
| HSL | 1.27º | 0.65% | 0.43% | - |
| HSV(B) | 1.27º | 0.79% | 0.71% | - |
| XYZ | 19.97 | 11.43 | 2.99 | - |
| YUV | 82.22 | 103.05 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 38 | 0 | 0.77 | 0.79 | 0.29 | 1.27 | 0.65 | 0.43 |
| Hex | B4 | 29 | 26 | 0 | 4D | 4F | 1D | 1 | 41 | 2B |
| Octal | 264 | 51 | 46 | 0 | 115 | 117 | 35 | 1 | 101 | 53 |
| Binary | 10110100 | 101001 | 100110 | 0 | 1001101 | 1001111 | 11101 | 1 | 1000001 | 101011 |
Color Harmonies of #B42926
Complementary color
Monochromatic Colors of #B42926
Black with #B42926
Text Example
Text Example
White with #B42926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42926; }
p { color: rgb(180,41,38); }
H1.HeaderClassName
{
color: #B42926;
}
.AnyTagClassName
{
color: #B42926;
}
</style>
background-color css
<style>
a { background-color: #B42926; }
a { background-color: rgb(180,41,38); }
div.DivClassName
{
background-color: #B42926;
}
.BgClassName
{
background-color: #B42926;
}
</style>
border-color css
<style>
span { border-color: #B42926; }
span { border-color: rgb(180,41,38); }
td.TdClassName
{
border-color: #B42926;
}
.TagClassName
{
border-color: #B42926;
}
</style>