Shades of Fire Brick #B5261C
Tints of Fire Brick #B5261C
RGB
CMYK
RGB Variations
Color information
#B5261C (or 0xB5261C) is known color: Fire Brick. HEX triplet: B5, 26 and 1C. RGB value is (181,38,28). Sum of RGB (Red+Green+Blue) = 181+38+28=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B5261C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5261C is #4AD9E3. Grayscale: #4F4F4F. Windows color (decimal): -4905444 or 1844917. OLE color: 1844917.
HSL color Cylindrical-coordinate representation of color #B5261C: hue angle of 3.92º 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 #B5261C is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 38 | 28 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.29 |
| HSL | 3.92º | 0.73% | 0.41% | - |
| HSV(B) | 3.92º | 0.85% | 0.71% | - |
| XYZ | 19.96 | 11.29 | 2.23 | - |
| YUV | 79.62 | 98.88 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 28 | 0 | 0.79 | 0.85 | 0.29 | 3.92 | 0.73 | 0.41 |
| Hex | B5 | 26 | 1C | 0 | 4F | 55 | 1D | 4 | 49 | 29 |
| Octal | 265 | 46 | 34 | 0 | 117 | 125 | 35 | 4 | 111 | 51 |
| Binary | 10110101 | 100110 | 11100 | 0 | 1001111 | 1010101 | 11101 | 100 | 1001001 | 101001 |
Color Harmonies of #B5261C
Complementary color
Monochromatic Colors of #B5261C
Black with #B5261C
Text Example
Text Example
White with #B5261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5261C; }
p { color: rgb(181,38,28); }
H1.HeaderClassName
{
color: #B5261C;
}
.AnyTagClassName
{
color: #B5261C;
}
</style>
background-color css
<style>
a { background-color: #B5261C; }
a { background-color: rgb(181,38,28); }
div.DivClassName
{
background-color: #B5261C;
}
.BgClassName
{
background-color: #B5261C;
}
</style>
border-color css
<style>
span { border-color: #B5261C; }
span { border-color: rgb(181,38,28); }
td.TdClassName
{
border-color: #B5261C;
}
.TagClassName
{
border-color: #B5261C;
}
</style>