Shades of Fire Brick #B3301D
Tints of Fire Brick #B3301D
RGB
CMYK
RGB Variations
Color information
#B3301D (or 0xB3301D) is known color: Fire Brick. HEX triplet: B3, 30 and 1D. RGB value is (179,48,29). Sum of RGB (Red+Green+Blue) = 179+48+29=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B3301D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3301D is #4CCFE2. Grayscale: #555555. Windows color (decimal): -5033955 or 1913011. OLE color: 1913011.
HSL color Cylindrical-coordinate representation of color #B3301D: hue angle of 7.6º degrees, saturation: 0.72, 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 #B3301D is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 48 | 29 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.30 |
| HSL | 7.6º | 0.72% | 0.41% | - |
| HSV(B) | 7.6º | 0.84% | 0.7% | - |
| XYZ | 19.87 | 11.79 | 2.39 | - |
| YUV | 85 | 96.4 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 29 | 0 | 0.73 | 0.84 | 0.30 | 7.6 | 0.72 | 0.41 |
| Hex | B3 | 30 | 1D | 0 | 49 | 54 | 1E | 8 | 48 | 29 |
| Octal | 263 | 60 | 35 | 0 | 111 | 124 | 36 | 10 | 110 | 51 |
| Binary | 10110011 | 110000 | 11101 | 0 | 1001001 | 1010100 | 11110 | 1000 | 1001000 | 101001 |
Color Harmonies of #B3301D
Complementary color
Monochromatic Colors of #B3301D
Black with #B3301D
Text Example
Text Example
White with #B3301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3301D; }
p { color: rgb(179,48,29); }
H1.HeaderClassName
{
color: #B3301D;
}
.AnyTagClassName
{
color: #B3301D;
}
</style>
background-color css
<style>
a { background-color: #B3301D; }
a { background-color: rgb(179,48,29); }
div.DivClassName
{
background-color: #B3301D;
}
.BgClassName
{
background-color: #B3301D;
}
</style>
border-color css
<style>
span { border-color: #B3301D; }
span { border-color: rgb(179,48,29); }
td.TdClassName
{
border-color: #B3301D;
}
.TagClassName
{
border-color: #B3301D;
}
</style>