Shades of Fire Brick #B92A1F
Tints of Fire Brick #B92A1F
RGB
CMYK
RGB Variations
Color information
#B92A1F (or 0xB92A1F) is known color: Fire Brick. HEX triplet: B9, 2A and 1F. RGB value is (185,42,31). Sum of RGB (Red+Green+Blue) = 185+42+31=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92A1F is #46D5E0. Grayscale: #535353. Windows color (decimal): -4642273 or 2042553. OLE color: 2042553.
HSL color Cylindrical-coordinate representation of color #B92A1F: hue angle of 4.29º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B92A1F is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 42 | 31 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.27 |
| HSL | 4.29º | 0.71% | 0.42% | - |
| HSV(B) | 4.29º | 0.83% | 0.73% | - |
| XYZ | 21.08 | 12.07 | 2.51 | - |
| YUV | 83.5 | 98.38 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 31 | 0 | 0.77 | 0.83 | 0.27 | 4.29 | 0.71 | 0.42 |
| Hex | B9 | 2A | 1F | 0 | 4D | 53 | 1B | 4 | 47 | 2A |
| Octal | 271 | 52 | 37 | 0 | 115 | 123 | 33 | 4 | 107 | 52 |
| Binary | 10111001 | 101010 | 11111 | 0 | 1001101 | 1010011 | 11011 | 100 | 1000111 | 101010 |
Color Harmonies of #B92A1F
Complementary color
Monochromatic Colors of #B92A1F
Black with #B92A1F
Text Example
Text Example
White with #B92A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92A1F; }
p { color: rgb(185,42,31); }
H1.HeaderClassName
{
color: #B92A1F;
}
.AnyTagClassName
{
color: #B92A1F;
}
</style>
background-color css
<style>
a { background-color: #B92A1F; }
a { background-color: rgb(185,42,31); }
div.DivClassName
{
background-color: #B92A1F;
}
.BgClassName
{
background-color: #B92A1F;
}
</style>
border-color css
<style>
span { border-color: #B92A1F; }
span { border-color: rgb(185,42,31); }
td.TdClassName
{
border-color: #B92A1F;
}
.TagClassName
{
border-color: #B92A1F;
}
</style>