Shades of Fire Brick #B3200F
Tints of Fire Brick #B3200F
RGB
CMYK
RGB Variations
Color information
#B3200F (or 0xB3200F) is known color: Fire Brick. HEX triplet: B3, 20 and 0F. RGB value is (179,32,15). Sum of RGB (Red+Green+Blue) = 179+32+15=226 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.20% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 179 - color contains mainly: red. Hex color #B3200F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3200F is #4CDFF0. Grayscale: #4A4A4A. Windows color (decimal): -5038065 or 991411. OLE color: 991411.
HSL color Cylindrical-coordinate representation of color #B3200F: hue angle of 6.22º 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 #B3200F is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 15 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.30 |
| HSL | 6.22º | 0.85% | 0.38% | - |
| HSV(B) | 6.22º | 0.92% | 0.7% | - |
| XYZ | 19.19 | 10.65 | 1.5 | - |
| YUV | 74.02 | 94.7 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 15 | 0 | 0.82 | 0.92 | 0.30 | 6.22 | 0.85 | 0.38 |
| Hex | B3 | 20 | F | 0 | 52 | 5C | 1E | 6 | 55 | 26 |
| Octal | 263 | 40 | 17 | 0 | 122 | 134 | 36 | 6 | 125 | 46 |
| Binary | 10110011 | 100000 | 1111 | 0 | 1010010 | 1011100 | 11110 | 110 | 1010101 | 100110 |
Color Harmonies of #B3200F
Complementary color
Monochromatic Colors of #B3200F
Black with #B3200F
Text Example
Text Example
White with #B3200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3200F; }
p { color: rgb(179,32,15); }
H1.HeaderClassName
{
color: #B3200F;
}
.AnyTagClassName
{
color: #B3200F;
}
</style>
background-color css
<style>
a { background-color: #B3200F; }
a { background-color: rgb(179,32,15); }
div.DivClassName
{
background-color: #B3200F;
}
.BgClassName
{
background-color: #B3200F;
}
</style>
border-color css
<style>
span { border-color: #B3200F; }
span { border-color: rgb(179,32,15); }
td.TdClassName
{
border-color: #B3200F;
}
.TagClassName
{
border-color: #B3200F;
}
</style>