Shades of Fire Brick #B5270E
Tints of Fire Brick #B5270E
RGB
CMYK
RGB Variations
Color information
#B5270E (or 0xB5270E) is known color: Fire Brick. HEX triplet: B5, 27 and 0E. RGB value is (181,39,14). Sum of RGB (Red+Green+Blue) = 181+39+14=234 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.35% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 181 - color contains mainly: red. Hex color #B5270E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5270E is #4AD8F1. Grayscale: #4E4E4E. Windows color (decimal): -4905202 or 927669. OLE color: 927669.
HSL color Cylindrical-coordinate representation of color #B5270E: hue angle of 8.98º 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 #B5270E is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 14 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.29 |
| HSL | 8.98º | 0.86% | 0.38% | - |
| HSV(B) | 8.98º | 0.92% | 0.71% | - |
| XYZ | 19.86 | 11.31 | 1.55 | - |
| YUV | 78.61 | 91.54 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 14 | 0 | 0.78 | 0.92 | 0.29 | 8.98 | 0.86 | 0.38 |
| Hex | B5 | 27 | E | 0 | 4E | 5C | 1D | 9 | 56 | 26 |
| Octal | 265 | 47 | 16 | 0 | 116 | 134 | 35 | 11 | 126 | 46 |
| Binary | 10110101 | 100111 | 1110 | 0 | 1001110 | 1011100 | 11101 | 1001 | 1010110 | 100110 |
Color Harmonies of #B5270E
Complementary color
Monochromatic Colors of #B5270E
Black with #B5270E
Text Example
Text Example
White with #B5270E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5270E; }
p { color: rgb(181,39,14); }
H1.HeaderClassName
{
color: #B5270E;
}
.AnyTagClassName
{
color: #B5270E;
}
</style>
background-color css
<style>
a { background-color: #B5270E; }
a { background-color: rgb(181,39,14); }
div.DivClassName
{
background-color: #B5270E;
}
.BgClassName
{
background-color: #B5270E;
}
</style>
border-color css
<style>
span { border-color: #B5270E; }
span { border-color: rgb(181,39,14); }
td.TdClassName
{
border-color: #B5270E;
}
.TagClassName
{
border-color: #B5270E;
}
</style>