Shades of Fire Brick #B92919
Tints of Fire Brick #B92919
RGB
CMYK
RGB Variations
Color information
#B92919 (or 0xB92919) is known color: Fire Brick. HEX triplet: B9, 29 and 19. RGB value is (185,41,25). Sum of RGB (Red+Green+Blue) = 185+41+25=251 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.71% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 185 - color contains mainly: red. Hex color #B92919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92919 is #46D6E6. Grayscale: #525252. Windows color (decimal): -4642535 or 1649081. OLE color: 1649081.
HSL color Cylindrical-coordinate representation of color #B92919: hue angle of 6º 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 #B92919 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 41 | 25 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.27 |
| HSL | 6º | 0.76% | 0.41% | - |
| HSV(B) | 6º | 0.86% | 0.73% | - |
| XYZ | 20.98 | 11.97 | 2.12 | - |
| YUV | 82.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 25 | 0 | 0.78 | 0.86 | 0.27 | 6 | 0.76 | 0.41 |
| Hex | B9 | 29 | 19 | 0 | 4E | 56 | 1B | 6 | 4C | 29 |
| Octal | 271 | 51 | 31 | 0 | 116 | 126 | 33 | 6 | 114 | 51 |
| Binary | 10111001 | 101001 | 11001 | 0 | 1001110 | 1010110 | 11011 | 110 | 1001100 | 101001 |
Color Harmonies of #B92919
Complementary color
Monochromatic Colors of #B92919
Black with #B92919
Text Example
Text Example
White with #B92919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92919; }
p { color: rgb(185,41,25); }
H1.HeaderClassName
{
color: #B92919;
}
.AnyTagClassName
{
color: #B92919;
}
</style>
background-color css
<style>
a { background-color: #B92919; }
a { background-color: rgb(185,41,25); }
div.DivClassName
{
background-color: #B92919;
}
.BgClassName
{
background-color: #B92919;
}
</style>
border-color css
<style>
span { border-color: #B92919; }
span { border-color: rgb(185,41,25); }
td.TdClassName
{
border-color: #B92919;
}
.TagClassName
{
border-color: #B92919;
}
</style>