Shades of Fire Brick #B3210F
Tints of Fire Brick #B3210F
RGB
CMYK
RGB Variations
Color information
#B3210F (or 0xB3210F) is known color: Fire Brick. HEX triplet: B3, 21 and 0F. RGB value is (179,33,15). Sum of RGB (Red+Green+Blue) = 179+33+15=227 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.85% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 179 - color contains mainly: red. Hex color #B3210F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3210F is #4CDEF0. Grayscale: #4A4A4A. Windows color (decimal): -5037809 or 991667. OLE color: 991667.
HSL color Cylindrical-coordinate representation of color #B3210F: hue angle of 6.59º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3210F is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 15 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.30 |
| HSL | 6.59º | 0.85% | 0.38% | - |
| HSV(B) | 6.59º | 0.92% | 0.7% | - |
| XYZ | 19.22 | 10.71 | 1.51 | - |
| YUV | 74.6 | 94.37 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 15 | 0 | 0.82 | 0.92 | 0.30 | 6.59 | 0.85 | 0.38 |
| Hex | B3 | 21 | F | 0 | 52 | 5C | 1E | 7 | 55 | 26 |
| Octal | 263 | 41 | 17 | 0 | 122 | 134 | 36 | 7 | 125 | 46 |
| Binary | 10110011 | 100001 | 1111 | 0 | 1010010 | 1011100 | 11110 | 111 | 1010101 | 100110 |
Color Harmonies of #B3210F
Complementary color
Monochromatic Colors of #B3210F
Black with #B3210F
Text Example
Text Example
White with #B3210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3210F; }
p { color: rgb(179,33,15); }
H1.HeaderClassName
{
color: #B3210F;
}
.AnyTagClassName
{
color: #B3210F;
}
</style>
background-color css
<style>
a { background-color: #B3210F; }
a { background-color: rgb(179,33,15); }
div.DivClassName
{
background-color: #B3210F;
}
.BgClassName
{
background-color: #B3210F;
}
</style>
border-color css
<style>
span { border-color: #B3210F; }
span { border-color: rgb(179,33,15); }
td.TdClassName
{
border-color: #B3210F;
}
.TagClassName
{
border-color: #B3210F;
}
</style>