Shades of Fire Brick #B5281B
Tints of Fire Brick #B5281B
RGB
CMYK
RGB Variations
Color information
#B5281B (or 0xB5281B) is known color: Fire Brick. HEX triplet: B5, 28 and 1B. RGB value is (181,40,27). Sum of RGB (Red+Green+Blue) = 181+40+27=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B5281B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5281B is #4AD7E4. Grayscale: #505050. Windows color (decimal): -4904933 or 1779893. OLE color: 1779893.
HSL color Cylindrical-coordinate representation of color #B5281B: hue angle of 5.06º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5281B is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 27 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.29 |
| HSL | 5.06º | 0.74% | 0.41% | - |
| HSV(B) | 5.06º | 0.85% | 0.71% | - |
| XYZ | 20.01 | 11.42 | 2.19 | - |
| YUV | 80.68 | 97.71 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 27 | 0 | 0.78 | 0.85 | 0.29 | 5.06 | 0.74 | 0.41 |
| Hex | B5 | 28 | 1B | 0 | 4E | 55 | 1D | 5 | 4A | 29 |
| Octal | 265 | 50 | 33 | 0 | 116 | 125 | 35 | 5 | 112 | 51 |
| Binary | 10110101 | 101000 | 11011 | 0 | 1001110 | 1010101 | 11101 | 101 | 1001010 | 101001 |
Color Harmonies of #B5281B
Complementary color
Monochromatic Colors of #B5281B
Black with #B5281B
Text Example
Text Example
White with #B5281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5281B; }
p { color: rgb(181,40,27); }
H1.HeaderClassName
{
color: #B5281B;
}
.AnyTagClassName
{
color: #B5281B;
}
</style>
background-color css
<style>
a { background-color: #B5281B; }
a { background-color: rgb(181,40,27); }
div.DivClassName
{
background-color: #B5281B;
}
.BgClassName
{
background-color: #B5281B;
}
</style>
border-color css
<style>
span { border-color: #B5281B; }
span { border-color: rgb(181,40,27); }
td.TdClassName
{
border-color: #B5281B;
}
.TagClassName
{
border-color: #B5281B;
}
</style>