Shades of Fire Brick #B5281C
Tints of Fire Brick #B5281C
RGB
CMYK
RGB Variations
Color information
#B5281C (or 0xB5281C) is known color: Fire Brick. HEX triplet: B5, 28 and 1C. RGB value is (181,40,28). Sum of RGB (Red+Green+Blue) = 181+40+28=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B5281C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5281C is #4AD7E3. Grayscale: #505050. Windows color (decimal): -4904932 or 1845429. OLE color: 1845429.
HSL color Cylindrical-coordinate representation of color #B5281C: hue angle of 4.71º degrees, saturation: 0.73, 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 #B5281C is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 28 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.29 |
| HSL | 4.71º | 0.73% | 0.41% | - |
| HSV(B) | 4.71º | 0.85% | 0.71% | - |
| XYZ | 20.02 | 11.43 | 2.25 | - |
| YUV | 80.79 | 98.21 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 28 | 0 | 0.78 | 0.85 | 0.29 | 4.71 | 0.73 | 0.41 |
| Hex | B5 | 28 | 1C | 0 | 4E | 55 | 1D | 5 | 49 | 29 |
| Octal | 265 | 50 | 34 | 0 | 116 | 125 | 35 | 5 | 111 | 51 |
| Binary | 10110101 | 101000 | 11100 | 0 | 1001110 | 1010101 | 11101 | 101 | 1001001 | 101001 |
Color Harmonies of #B5281C
Complementary color
Monochromatic Colors of #B5281C
Black with #B5281C
Text Example
Text Example
White with #B5281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5281C; }
p { color: rgb(181,40,28); }
H1.HeaderClassName
{
color: #B5281C;
}
.AnyTagClassName
{
color: #B5281C;
}
</style>
background-color css
<style>
a { background-color: #B5281C; }
a { background-color: rgb(181,40,28); }
div.DivClassName
{
background-color: #B5281C;
}
.BgClassName
{
background-color: #B5281C;
}
</style>
border-color css
<style>
span { border-color: #B5281C; }
span { border-color: rgb(181,40,28); }
td.TdClassName
{
border-color: #B5281C;
}
.TagClassName
{
border-color: #B5281C;
}
</style>