Shades of Fire Brick #B92C19
Tints of Fire Brick #B92C19
RGB
CMYK
RGB Variations
Color information
#B92C19 (or 0xB92C19) is known color: Fire Brick. HEX triplet: B9, 2C and 19. RGB value is (185,44,25). Sum of RGB (Red+Green+Blue) = 185+44+25=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92C19 is #46D3E6. Grayscale: #545454. Windows color (decimal): -4641767 or 1649849. OLE color: 1649849.
HSL color Cylindrical-coordinate representation of color #B92C19: hue angle of 7.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 #B92C19 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 44 | 25 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.27 |
| HSL | 7.13º | 0.76% | 0.41% | - |
| HSV(B) | 7.13º | 0.86% | 0.73% | - |
| XYZ | 21.08 | 12.19 | 2.16 | - |
| YUV | 83.99 | 94.71 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 25 | 0 | 0.76 | 0.86 | 0.27 | 7.13 | 0.76 | 0.41 |
| Hex | B9 | 2C | 19 | 0 | 4C | 56 | 1B | 7 | 4C | 29 |
| Octal | 271 | 54 | 31 | 0 | 114 | 126 | 33 | 7 | 114 | 51 |
| Binary | 10111001 | 101100 | 11001 | 0 | 1001100 | 1010110 | 11011 | 111 | 1001100 | 101001 |
Color Harmonies of #B92C19
Complementary color
Monochromatic Colors of #B92C19
Black with #B92C19
Text Example
Text Example
White with #B92C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92C19; }
p { color: rgb(185,44,25); }
H1.HeaderClassName
{
color: #B92C19;
}
.AnyTagClassName
{
color: #B92C19;
}
</style>
background-color css
<style>
a { background-color: #B92C19; }
a { background-color: rgb(185,44,25); }
div.DivClassName
{
background-color: #B92C19;
}
.BgClassName
{
background-color: #B92C19;
}
</style>
border-color css
<style>
span { border-color: #B92C19; }
span { border-color: rgb(185,44,25); }
td.TdClassName
{
border-color: #B92C19;
}
.TagClassName
{
border-color: #B92C19;
}
</style>