Shades of Fire Brick #B5180C
Tints of Fire Brick #B5180C
RGB
CMYK
RGB Variations
Color information
#B5180C (or 0xB5180C) is known color: Fire Brick. HEX triplet: B5, 18 and 0C. RGB value is (181,24,12). Sum of RGB (Red+Green+Blue) = 181+24+12=217 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.41% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 181 - color contains mainly: red. Hex color #B5180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5180C is #4AE7F3. Grayscale: #454545. Windows color (decimal): -4909044 or 792757. OLE color: 792757.
HSL color Cylindrical-coordinate representation of color #B5180C: hue angle of 4.26º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5180C is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 24 | 12 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.29 |
| HSL | 4.26º | 0.88% | 0.38% | - |
| HSV(B) | 4.26º | 0.93% | 0.71% | - |
| XYZ | 19.45 | 10.5 | 1.35 | - |
| YUV | 69.58 | 95.51 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 12 | 0 | 0.87 | 0.93 | 0.29 | 4.26 | 0.88 | 0.38 |
| Hex | B5 | 18 | C | 0 | 57 | 5D | 1D | 4 | 58 | 26 |
| Octal | 265 | 30 | 14 | 0 | 127 | 135 | 35 | 4 | 130 | 46 |
| Binary | 10110101 | 11000 | 1100 | 0 | 1010111 | 1011101 | 11101 | 100 | 1011000 | 100110 |
Color Harmonies of #B5180C
Complementary color
Monochromatic Colors of #B5180C
Black with #B5180C
Text Example
Text Example
White with #B5180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5180C; }
p { color: rgb(181,24,12); }
H1.HeaderClassName
{
color: #B5180C;
}
.AnyTagClassName
{
color: #B5180C;
}
</style>
background-color css
<style>
a { background-color: #B5180C; }
a { background-color: rgb(181,24,12); }
div.DivClassName
{
background-color: #B5180C;
}
.BgClassName
{
background-color: #B5180C;
}
</style>
border-color css
<style>
span { border-color: #B5180C; }
span { border-color: rgb(181,24,12); }
td.TdClassName
{
border-color: #B5180C;
}
.TagClassName
{
border-color: #B5180C;
}
</style>