Shades of Fire Brick #B5160D
Tints of Fire Brick #B5160D
RGB
CMYK
RGB Variations
Color information
#B5160D (or 0xB5160D) is known color: Fire Brick. HEX triplet: B5, 16 and 0D. RGB value is (181,22,13). Sum of RGB (Red+Green+Blue) = 181+22+13=216 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.80% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 181 - color contains mainly: red. Hex color #B5160D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5160D is #4AE9F2. Grayscale: #444444. Windows color (decimal): -4909555 or 857781. OLE color: 857781.
HSL color Cylindrical-coordinate representation of color #B5160D: hue angle of 3.21º degrees, saturation: 0.87, 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 #B5160D is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 22 | 13 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.29 |
| HSL | 3.21º | 0.87% | 0.38% | - |
| HSV(B) | 3.21º | 0.93% | 0.71% | - |
| XYZ | 19.42 | 10.43 | 1.37 | - |
| YUV | 68.52 | 96.68 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 22 | 13 | 0 | 0.88 | 0.93 | 0.29 | 3.21 | 0.87 | 0.38 |
| Hex | B5 | 16 | D | 0 | 58 | 5D | 1D | 3 | 57 | 26 |
| Octal | 265 | 26 | 15 | 0 | 130 | 135 | 35 | 3 | 127 | 46 |
| Binary | 10110101 | 10110 | 1101 | 0 | 1011000 | 1011101 | 11101 | 11 | 1010111 | 100110 |
Color Harmonies of #B5160D
Complementary color
Monochromatic Colors of #B5160D
Black with #B5160D
Text Example
Text Example
White with #B5160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5160D; }
p { color: rgb(181,22,13); }
H1.HeaderClassName
{
color: #B5160D;
}
.AnyTagClassName
{
color: #B5160D;
}
</style>
background-color css
<style>
a { background-color: #B5160D; }
a { background-color: rgb(181,22,13); }
div.DivClassName
{
background-color: #B5160D;
}
.BgClassName
{
background-color: #B5160D;
}
</style>
border-color css
<style>
span { border-color: #B5160D; }
span { border-color: rgb(181,22,13); }
td.TdClassName
{
border-color: #B5160D;
}
.TagClassName
{
border-color: #B5160D;
}
</style>