Shades of Fire Brick #B92D2A
Tints of Fire Brick #B92D2A
RGB
CMYK
RGB Variations
Color information
#B92D2A (or 0xB92D2A) is known color: Fire Brick. HEX triplet: B9, 2D and 2A. RGB value is (185,45,42). Sum of RGB (Red+Green+Blue) = 185+45+42=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92D2A is #46D2D5. Grayscale: #565656. Windows color (decimal): -4641494 or 2764217. OLE color: 2764217.
HSL color Cylindrical-coordinate representation of color #B92D2A: hue angle of 1.26º 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 #B92D2A is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 45 | 42 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.27 |
| HSL | 1.26º | 0.63% | 0.45% | - |
| HSV(B) | 1.26º | 0.77% | 0.73% | - |
| XYZ | 21.36 | 12.36 | 3.45 | - |
| YUV | 86.52 | 102.88 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 42 | 0 | 0.76 | 0.77 | 0.27 | 1.26 | 0.63 | 0.45 |
| Hex | B9 | 2D | 2A | 0 | 4C | 4D | 1B | 1 | 3F | 2D |
| Octal | 271 | 55 | 52 | 0 | 114 | 115 | 33 | 1 | 77 | 55 |
| Binary | 10111001 | 101101 | 101010 | 0 | 1001100 | 1001101 | 11011 | 1 | 111111 | 101101 |
Color Harmonies of #B92D2A
Complementary color
Monochromatic Colors of #B92D2A
Black with #B92D2A
Text Example
Text Example
White with #B92D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92D2A; }
p { color: rgb(185,45,42); }
H1.HeaderClassName
{
color: #B92D2A;
}
.AnyTagClassName
{
color: #B92D2A;
}
</style>
background-color css
<style>
a { background-color: #B92D2A; }
a { background-color: rgb(185,45,42); }
div.DivClassName
{
background-color: #B92D2A;
}
.BgClassName
{
background-color: #B92D2A;
}
</style>
border-color css
<style>
span { border-color: #B92D2A; }
span { border-color: rgb(185,45,42); }
td.TdClassName
{
border-color: #B92D2A;
}
.TagClassName
{
border-color: #B92D2A;
}
</style>