Shades of Fire Brick #B5261E
Tints of Fire Brick #B5261E
RGB
CMYK
RGB Variations
Color information
#B5261E (or 0xB5261E) is known color: Fire Brick. HEX triplet: B5, 26 and 1E. RGB value is (181,38,30). Sum of RGB (Red+Green+Blue) = 181+38+30=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B5261E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5261E is #4AD9E1. Grayscale: #505050. Windows color (decimal): -4905442 or 1975989. OLE color: 1975989.
HSL color Cylindrical-coordinate representation of color #B5261E: hue angle of 3.18º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5261E is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 38 | 30 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.29 |
| HSL | 3.18º | 0.72% | 0.41% | - |
| HSV(B) | 3.18º | 0.83% | 0.71% | - |
| XYZ | 19.98 | 11.3 | 2.36 | - |
| YUV | 79.85 | 99.88 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 30 | 0 | 0.79 | 0.83 | 0.29 | 3.18 | 0.72 | 0.41 |
| Hex | B5 | 26 | 1E | 0 | 4F | 53 | 1D | 3 | 48 | 29 |
| Octal | 265 | 46 | 36 | 0 | 117 | 123 | 35 | 3 | 110 | 51 |
| Binary | 10110101 | 100110 | 11110 | 0 | 1001111 | 1010011 | 11101 | 11 | 1001000 | 101001 |
Color Harmonies of #B5261E
Complementary color
Monochromatic Colors of #B5261E
Black with #B5261E
Text Example
Text Example
White with #B5261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5261E; }
p { color: rgb(181,38,30); }
H1.HeaderClassName
{
color: #B5261E;
}
.AnyTagClassName
{
color: #B5261E;
}
</style>
background-color css
<style>
a { background-color: #B5261E; }
a { background-color: rgb(181,38,30); }
div.DivClassName
{
background-color: #B5261E;
}
.BgClassName
{
background-color: #B5261E;
}
</style>
border-color css
<style>
span { border-color: #B5261E; }
span { border-color: rgb(181,38,30); }
td.TdClassName
{
border-color: #B5261E;
}
.TagClassName
{
border-color: #B5261E;
}
</style>