Shades of Fire Brick #B5271F
Tints of Fire Brick #B5271F
RGB
CMYK
RGB Variations
Color information
#B5271F (or 0xB5271F) is known color: Fire Brick. HEX triplet: B5, 27 and 1F. RGB value is (181,39,31). Sum of RGB (Red+Green+Blue) = 181+39+31=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B5271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5271F is #4AD8E0. Grayscale: #505050. Windows color (decimal): -4905185 or 2041781. OLE color: 2041781.
HSL color Cylindrical-coordinate representation of color #B5271F: hue angle of 3.2º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5271F is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 31 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.29 |
| HSL | 3.2º | 0.71% | 0.42% | - |
| HSV(B) | 3.2º | 0.83% | 0.71% | - |
| XYZ | 20.03 | 11.37 | 2.44 | - |
| YUV | 80.55 | 100.04 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 31 | 0 | 0.78 | 0.83 | 0.29 | 3.2 | 0.71 | 0.42 |
| Hex | B5 | 27 | 1F | 0 | 4E | 53 | 1D | 3 | 47 | 2A |
| Octal | 265 | 47 | 37 | 0 | 116 | 123 | 35 | 3 | 107 | 52 |
| Binary | 10110101 | 100111 | 11111 | 0 | 1001110 | 1010011 | 11101 | 11 | 1000111 | 101010 |
Color Harmonies of #B5271F
Complementary color
Monochromatic Colors of #B5271F
Black with #B5271F
Text Example
Text Example
White with #B5271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5271F; }
p { color: rgb(181,39,31); }
H1.HeaderClassName
{
color: #B5271F;
}
.AnyTagClassName
{
color: #B5271F;
}
</style>
background-color css
<style>
a { background-color: #B5271F; }
a { background-color: rgb(181,39,31); }
div.DivClassName
{
background-color: #B5271F;
}
.BgClassName
{
background-color: #B5271F;
}
</style>
border-color css
<style>
span { border-color: #B5271F; }
span { border-color: rgb(181,39,31); }
td.TdClassName
{
border-color: #B5271F;
}
.TagClassName
{
border-color: #B5271F;
}
</style>