Shades of Fire Brick #B0301F
Tints of Fire Brick #B0301F
RGB
CMYK
RGB Variations
Color information
#B0301F (or 0xB0301F) is known color: Fire Brick. HEX triplet: B0, 30 and 1F. RGB value is (176,48,31). Sum of RGB (Red+Green+Blue) = 176+48+31=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B0301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0301F is #4FCFE0. Grayscale: #545454. Windows color (decimal): -5230561 or 2044080. OLE color: 2044080.
HSL color Cylindrical-coordinate representation of color #B0301F: hue angle of 7.03º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0301F is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 48 | 31 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.31 |
| HSL | 7.03º | 0.7% | 0.41% | - |
| HSV(B) | 7.03º | 0.82% | 0.69% | - |
| XYZ | 19.21 | 11.44 | 2.49 | - |
| YUV | 84.33 | 97.91 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 31 | 0 | 0.73 | 0.82 | 0.31 | 7.03 | 0.7 | 0.41 |
| Hex | B0 | 30 | 1F | 0 | 49 | 52 | 1F | 7 | 46 | 29 |
| Octal | 260 | 60 | 37 | 0 | 111 | 122 | 37 | 7 | 106 | 51 |
| Binary | 10110000 | 110000 | 11111 | 0 | 1001001 | 1010010 | 11111 | 111 | 1000110 | 101001 |
Color Harmonies of #B0301F
Complementary color
Monochromatic Colors of #B0301F
Black with #B0301F
Text Example
Text Example
White with #B0301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0301F; }
p { color: rgb(176,48,31); }
H1.HeaderClassName
{
color: #B0301F;
}
.AnyTagClassName
{
color: #B0301F;
}
</style>
background-color css
<style>
a { background-color: #B0301F; }
a { background-color: rgb(176,48,31); }
div.DivClassName
{
background-color: #B0301F;
}
.BgClassName
{
background-color: #B0301F;
}
</style>
border-color css
<style>
span { border-color: #B0301F; }
span { border-color: rgb(176,48,31); }
td.TdClassName
{
border-color: #B0301F;
}
.TagClassName
{
border-color: #B0301F;
}
</style>