Shades of Fire Brick #B91C19
Tints of Fire Brick #B91C19
RGB
CMYK
RGB Variations
Color information
#B91C19 (or 0xB91C19) is known color: Fire Brick. HEX triplet: B9, 1C and 19. RGB value is (185,28,25). Sum of RGB (Red+Green+Blue) = 185+28+25=238 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.73% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 185 - color contains mainly: red. Hex color #B91C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91C19 is #46E3E6. Grayscale: #4A4A4A. Windows color (decimal): -4645863 or 1645753. OLE color: 1645753.
HSL color Cylindrical-coordinate representation of color #B91C19: hue angle of 1.12º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91C19 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 28 | 25 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.27 |
| HSL | 1.13º | 0.76% | 0.41% | - |
| HSV(B) | 1.13º | 0.86% | 0.73% | - |
| XYZ | 20.6 | 11.21 | 2 | - |
| YUV | 74.6 | 100.01 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 28 | 25 | 0 | 0.85 | 0.86 | 0.27 | 1.13 | 0.76 | 0.41 |
| Hex | B9 | 1C | 19 | 0 | 55 | 56 | 1B | 1 | 4C | 29 |
| Octal | 271 | 34 | 31 | 0 | 125 | 126 | 33 | 1 | 114 | 51 |
| Binary | 10111001 | 11100 | 11001 | 0 | 1010101 | 1010110 | 11011 | 1 | 1001100 | 101001 |
Color Harmonies of #B91C19
Complementary color
Monochromatic Colors of #B91C19
Black with #B91C19
Text Example
Text Example
White with #B91C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91C19; }
p { color: rgb(185,28,25); }
H1.HeaderClassName
{
color: #B91C19;
}
.AnyTagClassName
{
color: #B91C19;
}
</style>
background-color css
<style>
a { background-color: #B91C19; }
a { background-color: rgb(185,28,25); }
div.DivClassName
{
background-color: #B91C19;
}
.BgClassName
{
background-color: #B91C19;
}
</style>
border-color css
<style>
span { border-color: #B91C19; }
span { border-color: rgb(185,28,25); }
td.TdClassName
{
border-color: #B91C19;
}
.TagClassName
{
border-color: #B91C19;
}
</style>