Shades of Fire Brick #B5190A
Tints of Fire Brick #B5190A
RGB
CMYK
RGB Variations
Color information
#B5190A (or 0xB5190A) is known color: Fire Brick. HEX triplet: B5, 19 and 0A. RGB value is (181,25,10). Sum of RGB (Red+Green+Blue) = 181+25+10=216 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.80% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 181 - color contains mainly: red. Hex color #B5190A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5190A is #4AE6F5. Grayscale: #464646. Windows color (decimal): -4908790 or 661941. OLE color: 661941.
HSL color Cylindrical-coordinate representation of color #B5190A: hue angle of 5.26º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5190A is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 10 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.29 |
| HSL | 5.26º | 0.9% | 0.37% | - |
| HSV(B) | 5.26º | 0.94% | 0.71% | - |
| XYZ | 19.46 | 10.54 | 1.3 | - |
| YUV | 69.93 | 94.18 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 10 | 0 | 0.86 | 0.94 | 0.29 | 5.26 | 0.9 | 0.37 |
| Hex | B5 | 19 | A | 0 | 56 | 5E | 1D | 5 | 5A | 25 |
| Octal | 265 | 31 | 12 | 0 | 126 | 136 | 35 | 5 | 132 | 45 |
| Binary | 10110101 | 11001 | 1010 | 0 | 1010110 | 1011110 | 11101 | 101 | 1011010 | 100101 |
Color Harmonies of #B5190A
Complementary color
Monochromatic Colors of #B5190A
Black with #B5190A
Text Example
Text Example
White with #B5190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5190A; }
p { color: rgb(181,25,10); }
H1.HeaderClassName
{
color: #B5190A;
}
.AnyTagClassName
{
color: #B5190A;
}
</style>
background-color css
<style>
a { background-color: #B5190A; }
a { background-color: rgb(181,25,10); }
div.DivClassName
{
background-color: #B5190A;
}
.BgClassName
{
background-color: #B5190A;
}
</style>
border-color css
<style>
span { border-color: #B5190A; }
span { border-color: rgb(181,25,10); }
td.TdClassName
{
border-color: #B5190A;
}
.TagClassName
{
border-color: #B5190A;
}
</style>