Shades of Fire Brick #B93228
Tints of Fire Brick #B93228
RGB
CMYK
RGB Variations
Color information
#B93228 (or 0xB93228) is known color: Fire Brick. HEX triplet: B9, 32 and 28. RGB value is (185,50,40). Sum of RGB (Red+Green+Blue) = 185+50+40=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B93228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93228 is #46CDD7. Grayscale: #595959. Windows color (decimal): -4640216 or 2634425. OLE color: 2634425.
HSL color Cylindrical-coordinate representation of color #B93228: hue angle of 4.14º 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 #B93228 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 50 | 40 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.27 |
| HSL | 4.14º | 0.64% | 0.44% | - |
| HSV(B) | 4.14º | 0.78% | 0.73% | - |
| XYZ | 21.53 | 12.75 | 3.33 | - |
| YUV | 89.23 | 100.23 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 40 | 0 | 0.73 | 0.78 | 0.27 | 4.14 | 0.64 | 0.44 |
| Hex | B9 | 32 | 28 | 0 | 49 | 4E | 1B | 4 | 40 | 2C |
| Octal | 271 | 62 | 50 | 0 | 111 | 116 | 33 | 4 | 100 | 54 |
| Binary | 10111001 | 110010 | 101000 | 0 | 1001001 | 1001110 | 11011 | 100 | 1000000 | 101100 |
Color Harmonies of #B93228
Complementary color
Monochromatic Colors of #B93228
Black with #B93228
Text Example
Text Example
White with #B93228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93228; }
p { color: rgb(185,50,40); }
H1.HeaderClassName
{
color: #B93228;
}
.AnyTagClassName
{
color: #B93228;
}
</style>
background-color css
<style>
a { background-color: #B93228; }
a { background-color: rgb(185,50,40); }
div.DivClassName
{
background-color: #B93228;
}
.BgClassName
{
background-color: #B93228;
}
</style>
border-color css
<style>
span { border-color: #B93228; }
span { border-color: rgb(185,50,40); }
td.TdClassName
{
border-color: #B93228;
}
.TagClassName
{
border-color: #B93228;
}
</style>