Shades of Fire Brick #B93128
Tints of Fire Brick #B93128
RGB
CMYK
RGB Variations
Color information
#B93128 (or 0xB93128) is known color: Fire Brick. HEX triplet: B9, 31 and 28. RGB value is (185,49,40). Sum of RGB (Red+Green+Blue) = 185+49+40=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B93128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93128 is #46CED7. Grayscale: #585858. Windows color (decimal): -4640472 or 2634169. OLE color: 2634169.
HSL color Cylindrical-coordinate representation of color #B93128: hue angle of 3.72º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B93128 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 40 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.27 |
| HSL | 3.72º | 0.64% | 0.44% | - |
| HSV(B) | 3.72º | 0.78% | 0.73% | - |
| XYZ | 21.49 | 12.66 | 3.32 | - |
| YUV | 88.64 | 100.56 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 40 | 0 | 0.74 | 0.78 | 0.27 | 3.72 | 0.64 | 0.44 |
| Hex | B9 | 31 | 28 | 0 | 4A | 4E | 1B | 4 | 40 | 2C |
| Octal | 271 | 61 | 50 | 0 | 112 | 116 | 33 | 4 | 100 | 54 |
| Binary | 10111001 | 110001 | 101000 | 0 | 1001010 | 1001110 | 11011 | 100 | 1000000 | 101100 |
Color Harmonies of #B93128
Complementary color
Monochromatic Colors of #B93128
Black with #B93128
Text Example
Text Example
White with #B93128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93128; }
p { color: rgb(185,49,40); }
H1.HeaderClassName
{
color: #B93128;
}
.AnyTagClassName
{
color: #B93128;
}
</style>
background-color css
<style>
a { background-color: #B93128; }
a { background-color: rgb(185,49,40); }
div.DivClassName
{
background-color: #B93128;
}
.BgClassName
{
background-color: #B93128;
}
</style>
border-color css
<style>
span { border-color: #B93128; }
span { border-color: rgb(185,49,40); }
td.TdClassName
{
border-color: #B93128;
}
.TagClassName
{
border-color: #B93128;
}
</style>