Shades of Fire Brick #B92E2A
Tints of Fire Brick #B92E2A
RGB
CMYK
RGB Variations
Color information
#B92E2A (or 0xB92E2A) is known color: Fire Brick. HEX triplet: B9, 2E and 2A. RGB value is (185,46,42). Sum of RGB (Red+Green+Blue) = 185+46+42=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92E2A is #46D1D5. Grayscale: #575757. Windows color (decimal): -4641238 or 2764473. OLE color: 2764473.
HSL color Cylindrical-coordinate representation of color #B92E2A: hue angle of 1.68º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92E2A is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 46 | 42 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.27 |
| HSL | 1.68º | 0.63% | 0.45% | - |
| HSV(B) | 1.68º | 0.77% | 0.73% | - |
| XYZ | 21.4 | 12.44 | 3.46 | - |
| YUV | 87.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 46 | 42 | 0 | 0.75 | 0.77 | 0.27 | 1.68 | 0.63 | 0.45 |
| Hex | B9 | 2E | 2A | 0 | 4B | 4D | 1B | 2 | 3F | 2D |
| Octal | 271 | 56 | 52 | 0 | 113 | 115 | 33 | 2 | 77 | 55 |
| Binary | 10111001 | 101110 | 101010 | 0 | 1001011 | 1001101 | 11011 | 10 | 111111 | 101101 |
Color Harmonies of #B92E2A
Complementary color
Monochromatic Colors of #B92E2A
Black with #B92E2A
Text Example
Text Example
White with #B92E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92E2A; }
p { color: rgb(185,46,42); }
H1.HeaderClassName
{
color: #B92E2A;
}
.AnyTagClassName
{
color: #B92E2A;
}
</style>
background-color css
<style>
a { background-color: #B92E2A; }
a { background-color: rgb(185,46,42); }
div.DivClassName
{
background-color: #B92E2A;
}
.BgClassName
{
background-color: #B92E2A;
}
</style>
border-color css
<style>
span { border-color: #B92E2A; }
span { border-color: rgb(185,46,42); }
td.TdClassName
{
border-color: #B92E2A;
}
.TagClassName
{
border-color: #B92E2A;
}
</style>