Shades of Fire Brick #B92A1C
Tints of Fire Brick #B92A1C
RGB
CMYK
RGB Variations
Color information
#B92A1C (or 0xB92A1C) is known color: Fire Brick. HEX triplet: B9, 2A and 1C. RGB value is (185,42,28). Sum of RGB (Red+Green+Blue) = 185+42+28=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92A1C is #46D5E3. Grayscale: #535353. Windows color (decimal): -4642276 or 1845945. OLE color: 1845945.
HSL color Cylindrical-coordinate representation of color #B92A1C: hue angle of 5.35º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B92A1C is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 42 | 28 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.27 |
| HSL | 5.35º | 0.74% | 0.42% | - |
| HSV(B) | 5.35º | 0.85% | 0.73% | - |
| XYZ | 21.05 | 12.05 | 2.32 | - |
| YUV | 83.16 | 96.88 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 28 | 0 | 0.77 | 0.85 | 0.27 | 5.35 | 0.74 | 0.42 |
| Hex | B9 | 2A | 1C | 0 | 4D | 55 | 1B | 5 | 4A | 2A |
| Octal | 271 | 52 | 34 | 0 | 115 | 125 | 33 | 5 | 112 | 52 |
| Binary | 10111001 | 101010 | 11100 | 0 | 1001101 | 1010101 | 11011 | 101 | 1001010 | 101010 |
Color Harmonies of #B92A1C
Complementary color
Monochromatic Colors of #B92A1C
Black with #B92A1C
Text Example
Text Example
White with #B92A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92A1C; }
p { color: rgb(185,42,28); }
H1.HeaderClassName
{
color: #B92A1C;
}
.AnyTagClassName
{
color: #B92A1C;
}
</style>
background-color css
<style>
a { background-color: #B92A1C; }
a { background-color: rgb(185,42,28); }
div.DivClassName
{
background-color: #B92A1C;
}
.BgClassName
{
background-color: #B92A1C;
}
</style>
border-color css
<style>
span { border-color: #B92A1C; }
span { border-color: rgb(185,42,28); }
td.TdClassName
{
border-color: #B92A1C;
}
.TagClassName
{
border-color: #B92A1C;
}
</style>