Shades of Fire Brick #B5261D
Tints of Fire Brick #B5261D
RGB
CMYK
RGB Variations
Color information
#B5261D (or 0xB5261D) is known color: Fire Brick. HEX triplet: B5, 26 and 1D. RGB value is (181,38,29). Sum of RGB (Red+Green+Blue) = 181+38+29=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B5261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5261D is #4AD9E2. Grayscale: #4F4F4F. Windows color (decimal): -4905443 or 1910453. OLE color: 1910453.
HSL color Cylindrical-coordinate representation of color #B5261D: hue angle of 3.55º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5261D is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 38 | 29 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.29 |
| HSL | 3.55º | 0.72% | 0.41% | - |
| HSV(B) | 3.55º | 0.84% | 0.71% | - |
| XYZ | 19.97 | 11.3 | 2.29 | - |
| YUV | 79.73 | 99.38 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 29 | 0 | 0.79 | 0.84 | 0.29 | 3.55 | 0.72 | 0.41 |
| Hex | B5 | 26 | 1D | 0 | 4F | 54 | 1D | 4 | 48 | 29 |
| Octal | 265 | 46 | 35 | 0 | 117 | 124 | 35 | 4 | 110 | 51 |
| Binary | 10110101 | 100110 | 11101 | 0 | 1001111 | 1010100 | 11101 | 100 | 1001000 | 101001 |
Color Harmonies of #B5261D
Complementary color
Monochromatic Colors of #B5261D
Black with #B5261D
Text Example
Text Example
White with #B5261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5261D; }
p { color: rgb(181,38,29); }
H1.HeaderClassName
{
color: #B5261D;
}
.AnyTagClassName
{
color: #B5261D;
}
</style>
background-color css
<style>
a { background-color: #B5261D; }
a { background-color: rgb(181,38,29); }
div.DivClassName
{
background-color: #B5261D;
}
.BgClassName
{
background-color: #B5261D;
}
</style>
border-color css
<style>
span { border-color: #B5261D; }
span { border-color: rgb(181,38,29); }
td.TdClassName
{
border-color: #B5261D;
}
.TagClassName
{
border-color: #B5261D;
}
</style>