Shades of Fire Brick #B02926
Tints of Fire Brick #B02926
RGB
CMYK
RGB Variations
Color information
#B02926 (or 0xB02926) is known color: Fire Brick. HEX triplet: B0, 29 and 26. RGB value is (176,41,38). Sum of RGB (Red+Green+Blue) = 176+41+38=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B02926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02926 is #4FD6D9. Grayscale: #515151. Windows color (decimal): -5232346 or 2501040. OLE color: 2501040.
HSL color Cylindrical-coordinate representation of color #B02926: hue angle of 1.3º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02926 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 41 | 38 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.31 |
| HSL | 1.3º | 0.64% | 0.42% | - |
| HSV(B) | 1.3º | 0.78% | 0.69% | - |
| XYZ | 19.05 | 10.96 | 2.94 | - |
| YUV | 81.02 | 103.73 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 41 | 38 | 0 | 0.77 | 0.78 | 0.31 | 1.3 | 0.64 | 0.42 |
| Hex | B0 | 29 | 26 | 0 | 4D | 4E | 1F | 1 | 40 | 2A |
| Octal | 260 | 51 | 46 | 0 | 115 | 116 | 37 | 1 | 100 | 52 |
| Binary | 10110000 | 101001 | 100110 | 0 | 1001101 | 1001110 | 11111 | 1 | 1000000 | 101010 |
Color Harmonies of #B02926
Complementary color
Monochromatic Colors of #B02926
Black with #B02926
Text Example
Text Example
White with #B02926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02926; }
p { color: rgb(176,41,38); }
H1.HeaderClassName
{
color: #B02926;
}
.AnyTagClassName
{
color: #B02926;
}
</style>
background-color css
<style>
a { background-color: #B02926; }
a { background-color: rgb(176,41,38); }
div.DivClassName
{
background-color: #B02926;
}
.BgClassName
{
background-color: #B02926;
}
</style>
border-color css
<style>
span { border-color: #B02926; }
span { border-color: rgb(176,41,38); }
td.TdClassName
{
border-color: #B02926;
}
.TagClassName
{
border-color: #B02926;
}
</style>