Shades of Fire Brick #B5170C
Tints of Fire Brick #B5170C
RGB
CMYK
RGB Variations
Color information
#B5170C (or 0xB5170C) is known color: Fire Brick. HEX triplet: B5, 17 and 0C. RGB value is (181,23,12). Sum of RGB (Red+Green+Blue) = 181+23+12=216 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.80% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 181 - color contains mainly: red. Hex color #B5170C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5170C is #4AE8F3. Grayscale: #454545. Windows color (decimal): -4909300 or 792501. OLE color: 792501.
HSL color Cylindrical-coordinate representation of color #B5170C: hue angle of 3.91º 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 #B5170C is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 23 | 12 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.29 |
| HSL | 3.91º | 0.88% | 0.38% | - |
| HSV(B) | 3.91º | 0.93% | 0.71% | - |
| XYZ | 19.43 | 10.46 | 1.34 | - |
| YUV | 68.99 | 95.85 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 12 | 0 | 0.87 | 0.93 | 0.29 | 3.91 | 0.88 | 0.38 |
| Hex | B5 | 17 | C | 0 | 57 | 5D | 1D | 4 | 58 | 26 |
| Octal | 265 | 27 | 14 | 0 | 127 | 135 | 35 | 4 | 130 | 46 |
| Binary | 10110101 | 10111 | 1100 | 0 | 1010111 | 1011101 | 11101 | 100 | 1011000 | 100110 |
Color Harmonies of #B5170C
Complementary color
Monochromatic Colors of #B5170C
Black with #B5170C
Text Example
Text Example
White with #B5170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5170C; }
p { color: rgb(181,23,12); }
H1.HeaderClassName
{
color: #B5170C;
}
.AnyTagClassName
{
color: #B5170C;
}
</style>
background-color css
<style>
a { background-color: #B5170C; }
a { background-color: rgb(181,23,12); }
div.DivClassName
{
background-color: #B5170C;
}
.BgClassName
{
background-color: #B5170C;
}
</style>
border-color css
<style>
span { border-color: #B5170C; }
span { border-color: rgb(181,23,12); }
td.TdClassName
{
border-color: #B5170C;
}
.TagClassName
{
border-color: #B5170C;
}
</style>