Shades of Fire Brick #B3301A
Tints of Fire Brick #B3301A
RGB
CMYK
RGB Variations
Color information
#B3301A (or 0xB3301A) is known color: Fire Brick. HEX triplet: B3, 30 and 1A. RGB value is (179,48,26). Sum of RGB (Red+Green+Blue) = 179+48+26=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B3301A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3301A is #4CCFE5. Grayscale: #545454. Windows color (decimal): -5033958 or 1716403. OLE color: 1716403.
HSL color Cylindrical-coordinate representation of color #B3301A: hue angle of 8.63º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3301A is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 48 | 26 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.30 |
| HSL | 8.63º | 0.75% | 0.4% | - |
| HSV(B) | 8.63º | 0.85% | 0.7% | - |
| XYZ | 19.83 | 11.77 | 2.2 | - |
| YUV | 84.66 | 94.9 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 26 | 0 | 0.73 | 0.85 | 0.30 | 8.63 | 0.75 | 0.4 |
| Hex | B3 | 30 | 1A | 0 | 49 | 55 | 1E | 9 | 4B | 28 |
| Octal | 263 | 60 | 32 | 0 | 111 | 125 | 36 | 11 | 113 | 50 |
| Binary | 10110011 | 110000 | 11010 | 0 | 1001001 | 1010101 | 11110 | 1001 | 1001011 | 101000 |
Color Harmonies of #B3301A
Complementary color
Monochromatic Colors of #B3301A
Black with #B3301A
Text Example
Text Example
White with #B3301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3301A; }
p { color: rgb(179,48,26); }
H1.HeaderClassName
{
color: #B3301A;
}
.AnyTagClassName
{
color: #B3301A;
}
</style>
background-color css
<style>
a { background-color: #B3301A; }
a { background-color: rgb(179,48,26); }
div.DivClassName
{
background-color: #B3301A;
}
.BgClassName
{
background-color: #B3301A;
}
</style>
border-color css
<style>
span { border-color: #B3301A; }
span { border-color: rgb(179,48,26); }
td.TdClassName
{
border-color: #B3301A;
}
.TagClassName
{
border-color: #B3301A;
}
</style>