Shades of Fire Brick #B3301C
Tints of Fire Brick #B3301C
RGB
CMYK
RGB Variations
Color information
#B3301C (or 0xB3301C) is known color: Fire Brick. HEX triplet: B3, 30 and 1C. RGB value is (179,48,28). Sum of RGB (Red+Green+Blue) = 179+48+28=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B3301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3301C is #4CCFE3. Grayscale: #555555. Windows color (decimal): -5033956 or 1847475. OLE color: 1847475.
HSL color Cylindrical-coordinate representation of color #B3301C: hue angle of 7.95º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3301C is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 48 | 28 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.30 |
| HSL | 7.95º | 0.73% | 0.41% | - |
| HSV(B) | 7.95º | 0.84% | 0.7% | - |
| XYZ | 19.86 | 11.78 | 2.33 | - |
| YUV | 84.89 | 95.9 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 28 | 0 | 0.73 | 0.84 | 0.30 | 7.95 | 0.73 | 0.41 |
| Hex | B3 | 30 | 1C | 0 | 49 | 54 | 1E | 8 | 49 | 29 |
| Octal | 263 | 60 | 34 | 0 | 111 | 124 | 36 | 10 | 111 | 51 |
| Binary | 10110011 | 110000 | 11100 | 0 | 1001001 | 1010100 | 11110 | 1000 | 1001001 | 101001 |
Color Harmonies of #B3301C
Complementary color
Monochromatic Colors of #B3301C
Black with #B3301C
Text Example
Text Example
White with #B3301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3301C; }
p { color: rgb(179,48,28); }
H1.HeaderClassName
{
color: #B3301C;
}
.AnyTagClassName
{
color: #B3301C;
}
</style>
background-color css
<style>
a { background-color: #B3301C; }
a { background-color: rgb(179,48,28); }
div.DivClassName
{
background-color: #B3301C;
}
.BgClassName
{
background-color: #B3301C;
}
</style>
border-color css
<style>
span { border-color: #B3301C; }
span { border-color: rgb(179,48,28); }
td.TdClassName
{
border-color: #B3301C;
}
.TagClassName
{
border-color: #B3301C;
}
</style>