Shades of Fire Brick #B71F1C
Tints of Fire Brick #B71F1C
RGB
CMYK
RGB Variations
Color information
#B71F1C (or 0xB71F1C) is known color: Fire Brick. HEX triplet: B7, 1F and 1C. RGB value is (183,31,28). Sum of RGB (Red+Green+Blue) = 183+31+28=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71F1C is #48E0E3. Grayscale: #4C4C4C. Windows color (decimal): -4776164 or 1843127. OLE color: 1843127.
HSL color Cylindrical-coordinate representation of color #B71F1C: hue angle of 1.16º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71F1C is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 31 | 28 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.28 |
| HSL | 1.16º | 0.73% | 0.41% | - |
| HSV(B) | 1.16º | 0.85% | 0.72% | - |
| XYZ | 20.23 | 11.13 | 2.18 | - |
| YUV | 76.11 | 100.86 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 31 | 28 | 0 | 0.83 | 0.85 | 0.28 | 1.16 | 0.73 | 0.41 |
| Hex | B7 | 1F | 1C | 0 | 53 | 55 | 1C | 1 | 49 | 29 |
| Octal | 267 | 37 | 34 | 0 | 123 | 125 | 34 | 1 | 111 | 51 |
| Binary | 10110111 | 11111 | 11100 | 0 | 1010011 | 1010101 | 11100 | 1 | 1001001 | 101001 |
Color Harmonies of #B71F1C
Complementary color
Monochromatic Colors of #B71F1C
Black with #B71F1C
Text Example
Text Example
White with #B71F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71F1C; }
p { color: rgb(183,31,28); }
H1.HeaderClassName
{
color: #B71F1C;
}
.AnyTagClassName
{
color: #B71F1C;
}
</style>
background-color css
<style>
a { background-color: #B71F1C; }
a { background-color: rgb(183,31,28); }
div.DivClassName
{
background-color: #B71F1C;
}
.BgClassName
{
background-color: #B71F1C;
}
</style>
border-color css
<style>
span { border-color: #B71F1C; }
span { border-color: rgb(183,31,28); }
td.TdClassName
{
border-color: #B71F1C;
}
.TagClassName
{
border-color: #B71F1C;
}
</style>