Shades of Fire Brick #B5321F
Tints of Fire Brick #B5321F
RGB
CMYK
RGB Variations
Color information
#B5321F (or 0xB5321F) is known color: Fire Brick. HEX triplet: B5, 32 and 1F. RGB value is (181,50,31). Sum of RGB (Red+Green+Blue) = 181+50+31=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B5321F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5321F is #4ACDE0. Grayscale: #575757. Windows color (decimal): -4902369 or 2044597. OLE color: 2044597.
HSL color Cylindrical-coordinate representation of color #B5321F: hue angle of 7.6º 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 #B5321F is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 50 | 31 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.29 |
| HSL | 7.6º | 0.71% | 0.42% | - |
| HSV(B) | 7.6º | 0.83% | 0.71% | - |
| XYZ | 20.44 | 12.2 | 2.57 | - |
| YUV | 87 | 96.4 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 31 | 0 | 0.72 | 0.83 | 0.29 | 7.6 | 0.71 | 0.42 |
| Hex | B5 | 32 | 1F | 0 | 48 | 53 | 1D | 8 | 47 | 2A |
| Octal | 265 | 62 | 37 | 0 | 110 | 123 | 35 | 10 | 107 | 52 |
| Binary | 10110101 | 110010 | 11111 | 0 | 1001000 | 1010011 | 11101 | 1000 | 1000111 | 101010 |
Color Harmonies of #B5321F
Complementary color
Monochromatic Colors of #B5321F
Black with #B5321F
Text Example
Text Example
White with #B5321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5321F; }
p { color: rgb(181,50,31); }
H1.HeaderClassName
{
color: #B5321F;
}
.AnyTagClassName
{
color: #B5321F;
}
</style>
background-color css
<style>
a { background-color: #B5321F; }
a { background-color: rgb(181,50,31); }
div.DivClassName
{
background-color: #B5321F;
}
.BgClassName
{
background-color: #B5321F;
}
</style>
border-color css
<style>
span { border-color: #B5321F; }
span { border-color: rgb(181,50,31); }
td.TdClassName
{
border-color: #B5321F;
}
.TagClassName
{
border-color: #B5321F;
}
</style>