Shades of Fire Brick #B71C10
Tints of Fire Brick #B71C10
RGB
CMYK
RGB Variations
Color information
#B71C10 (or 0xB71C10) is known color: Fire Brick. HEX triplet: B7, 1C and 10. RGB value is (183,28,16). Sum of RGB (Red+Green+Blue) = 183+28+16=227 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.62% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71C10 is #48E3EF. Grayscale: #494949. Windows color (decimal): -4776944 or 1055927. OLE color: 1055927.
HSL color Cylindrical-coordinate representation of color #B71C10: hue angle of 4.31º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71C10 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 16 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.28 |
| HSL | 4.31º | 0.84% | 0.39% | - |
| HSV(B) | 4.31º | 0.91% | 0.72% | - |
| XYZ | 20.04 | 10.94 | 1.54 | - |
| YUV | 72.98 | 95.85 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 16 | 0 | 0.85 | 0.91 | 0.28 | 4.31 | 0.84 | 0.39 |
| Hex | B7 | 1C | 10 | 0 | 55 | 5B | 1C | 4 | 54 | 27 |
| Octal | 267 | 34 | 20 | 0 | 125 | 133 | 34 | 4 | 124 | 47 |
| Binary | 10110111 | 11100 | 10000 | 0 | 1010101 | 1011011 | 11100 | 100 | 1010100 | 100111 |
Color Harmonies of #B71C10
Complementary color
Monochromatic Colors of #B71C10
Black with #B71C10
Text Example
Text Example
White with #B71C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C10; }
p { color: rgb(183,28,16); }
H1.HeaderClassName
{
color: #B71C10;
}
.AnyTagClassName
{
color: #B71C10;
}
</style>
background-color css
<style>
a { background-color: #B71C10; }
a { background-color: rgb(183,28,16); }
div.DivClassName
{
background-color: #B71C10;
}
.BgClassName
{
background-color: #B71C10;
}
</style>
border-color css
<style>
span { border-color: #B71C10; }
span { border-color: rgb(183,28,16); }
td.TdClassName
{
border-color: #B71C10;
}
.TagClassName
{
border-color: #B71C10;
}
</style>