Shades of Fire Brick #B5200B
Tints of Fire Brick #B5200B
RGB
CMYK
RGB Variations
Color information
#B5200B (or 0xB5200B) is known color: Fire Brick. HEX triplet: B5, 20 and 0B. RGB value is (181,32,11). Sum of RGB (Red+Green+Blue) = 181+32+11=224 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.80% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 181 - color contains mainly: red. Hex color #B5200B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5200B is #4ADFF4. Grayscale: #4A4A4A. Windows color (decimal): -4906997 or 729269. OLE color: 729269.
HSL color Cylindrical-coordinate representation of color #B5200B: hue angle of 7.41º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5200B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 11 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.29 |
| HSL | 7.41º | 0.89% | 0.38% | - |
| HSV(B) | 7.41º | 0.94% | 0.71% | - |
| XYZ | 19.63 | 10.88 | 1.38 | - |
| YUV | 74.16 | 92.36 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 11 | 0 | 0.82 | 0.94 | 0.29 | 7.41 | 0.89 | 0.38 |
| Hex | B5 | 20 | B | 0 | 52 | 5E | 1D | 7 | 59 | 26 |
| Octal | 265 | 40 | 13 | 0 | 122 | 136 | 35 | 7 | 131 | 46 |
| Binary | 10110101 | 100000 | 1011 | 0 | 1010010 | 1011110 | 11101 | 111 | 1011001 | 100110 |
Color Harmonies of #B5200B
Complementary color
Monochromatic Colors of #B5200B
Black with #B5200B
Text Example
Text Example
White with #B5200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5200B; }
p { color: rgb(181,32,11); }
H1.HeaderClassName
{
color: #B5200B;
}
.AnyTagClassName
{
color: #B5200B;
}
</style>
background-color css
<style>
a { background-color: #B5200B; }
a { background-color: rgb(181,32,11); }
div.DivClassName
{
background-color: #B5200B;
}
.BgClassName
{
background-color: #B5200B;
}
</style>
border-color css
<style>
span { border-color: #B5200B; }
span { border-color: rgb(181,32,11); }
td.TdClassName
{
border-color: #B5200B;
}
.TagClassName
{
border-color: #B5200B;
}
</style>