Shades of Fire Brick #B5281F
Tints of Fire Brick #B5281F
RGB
CMYK
RGB Variations
Color information
#B5281F (or 0xB5281F) is known color: Fire Brick. HEX triplet: B5, 28 and 1F. RGB value is (181,40,31). Sum of RGB (Red+Green+Blue) = 181+40+31=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B5281F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5281F is #4AD7E0. Grayscale: #515151. Windows color (decimal): -4904929 or 2042037. OLE color: 2042037.
HSL color Cylindrical-coordinate representation of color #B5281F: hue angle of 3.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 #B5281F is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 31 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.29 |
| HSL | 3.6º | 0.71% | 0.42% | - |
| HSV(B) | 3.6º | 0.83% | 0.71% | - |
| XYZ | 20.06 | 11.44 | 2.45 | - |
| YUV | 81.13 | 99.71 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 31 | 0 | 0.78 | 0.83 | 0.29 | 3.6 | 0.71 | 0.42 |
| Hex | B5 | 28 | 1F | 0 | 4E | 53 | 1D | 4 | 47 | 2A |
| Octal | 265 | 50 | 37 | 0 | 116 | 123 | 35 | 4 | 107 | 52 |
| Binary | 10110101 | 101000 | 11111 | 0 | 1001110 | 1010011 | 11101 | 100 | 1000111 | 101010 |
Color Harmonies of #B5281F
Complementary color
Monochromatic Colors of #B5281F
Black with #B5281F
Text Example
Text Example
White with #B5281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5281F; }
p { color: rgb(181,40,31); }
H1.HeaderClassName
{
color: #B5281F;
}
.AnyTagClassName
{
color: #B5281F;
}
</style>
background-color css
<style>
a { background-color: #B5281F; }
a { background-color: rgb(181,40,31); }
div.DivClassName
{
background-color: #B5281F;
}
.BgClassName
{
background-color: #B5281F;
}
</style>
border-color css
<style>
span { border-color: #B5281F; }
span { border-color: rgb(181,40,31); }
td.TdClassName
{
border-color: #B5281F;
}
.TagClassName
{
border-color: #B5281F;
}
</style>