Shades of Fire Brick #B5281A
Tints of Fire Brick #B5281A
RGB
CMYK
RGB Variations
Color information
#B5281A (or 0xB5281A) is known color: Fire Brick. HEX triplet: B5, 28 and 1A. RGB value is (181,40,26). Sum of RGB (Red+Green+Blue) = 181+40+26=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B5281A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5281A is #4AD7E5. Grayscale: #505050. Windows color (decimal): -4904934 or 1714357. OLE color: 1714357.
HSL color Cylindrical-coordinate representation of color #B5281A: hue angle of 5.42º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5281A is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 26 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.29 |
| HSL | 5.42º | 0.75% | 0.41% | - |
| HSV(B) | 5.42º | 0.86% | 0.71% | - |
| XYZ | 20 | 11.42 | 2.13 | - |
| YUV | 80.56 | 97.21 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 26 | 0 | 0.78 | 0.86 | 0.29 | 5.42 | 0.75 | 0.41 |
| Hex | B5 | 28 | 1A | 0 | 4E | 56 | 1D | 5 | 4B | 29 |
| Octal | 265 | 50 | 32 | 0 | 116 | 126 | 35 | 5 | 113 | 51 |
| Binary | 10110101 | 101000 | 11010 | 0 | 1001110 | 1010110 | 11101 | 101 | 1001011 | 101001 |
Color Harmonies of #B5281A
Complementary color
Monochromatic Colors of #B5281A
Black with #B5281A
Text Example
Text Example
White with #B5281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5281A; }
p { color: rgb(181,40,26); }
H1.HeaderClassName
{
color: #B5281A;
}
.AnyTagClassName
{
color: #B5281A;
}
</style>
background-color css
<style>
a { background-color: #B5281A; }
a { background-color: rgb(181,40,26); }
div.DivClassName
{
background-color: #B5281A;
}
.BgClassName
{
background-color: #B5281A;
}
</style>
border-color css
<style>
span { border-color: #B5281A; }
span { border-color: rgb(181,40,26); }
td.TdClassName
{
border-color: #B5281A;
}
.TagClassName
{
border-color: #B5281A;
}
</style>