Shades of Fire Brick #B5200E
Tints of Fire Brick #B5200E
RGB
CMYK
RGB Variations
Color information
#B5200E (or 0xB5200E) is known color: Fire Brick. HEX triplet: B5, 20 and 0E. RGB value is (181,32,14). Sum of RGB (Red+Green+Blue) = 181+32+14=227 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.74% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 181 - color contains mainly: red. Hex color #B5200E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5200E is #4ADFF1. Grayscale: #4A4A4A. Windows color (decimal): -4906994 or 925877. OLE color: 925877.
HSL color Cylindrical-coordinate representation of color #B5200E: hue angle of 6.47º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5200E is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 14 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.29 |
| HSL | 6.47º | 0.86% | 0.38% | - |
| HSV(B) | 6.47º | 0.92% | 0.71% | - |
| XYZ | 19.65 | 10.89 | 1.48 | - |
| YUV | 74.5 | 93.86 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 14 | 0 | 0.82 | 0.92 | 0.29 | 6.47 | 0.86 | 0.38 |
| Hex | B5 | 20 | E | 0 | 52 | 5C | 1D | 6 | 56 | 26 |
| Octal | 265 | 40 | 16 | 0 | 122 | 134 | 35 | 6 | 126 | 46 |
| Binary | 10110101 | 100000 | 1110 | 0 | 1010010 | 1011100 | 11101 | 110 | 1010110 | 100110 |
Color Harmonies of #B5200E
Complementary color
Monochromatic Colors of #B5200E
Black with #B5200E
Text Example
Text Example
White with #B5200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5200E; }
p { color: rgb(181,32,14); }
H1.HeaderClassName
{
color: #B5200E;
}
.AnyTagClassName
{
color: #B5200E;
}
</style>
background-color css
<style>
a { background-color: #B5200E; }
a { background-color: rgb(181,32,14); }
div.DivClassName
{
background-color: #B5200E;
}
.BgClassName
{
background-color: #B5200E;
}
</style>
border-color css
<style>
span { border-color: #B5200E; }
span { border-color: rgb(181,32,14); }
td.TdClassName
{
border-color: #B5200E;
}
.TagClassName
{
border-color: #B5200E;
}
</style>