Shades of Fire Brick #B93229
Tints of Fire Brick #B93229
RGB
CMYK
RGB Variations
Color information
#B93229 (or 0xB93229) is known color: Fire Brick. HEX triplet: B9, 32 and 29. RGB value is (185,50,41). Sum of RGB (Red+Green+Blue) = 185+50+41=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B93229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93229 is #46CDD6. Grayscale: #595959. Windows color (decimal): -4640215 or 2699961. OLE color: 2699961.
HSL color Cylindrical-coordinate representation of color #B93229: hue angle of 3.75º 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 #B93229 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 50 | 41 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.27 |
| HSL | 3.75º | 0.64% | 0.44% | - |
| HSV(B) | 3.75º | 0.78% | 0.73% | - |
| XYZ | 21.55 | 12.76 | 3.42 | - |
| YUV | 89.34 | 100.73 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 41 | 0 | 0.73 | 0.78 | 0.27 | 3.75 | 0.64 | 0.44 |
| Hex | B9 | 32 | 29 | 0 | 49 | 4E | 1B | 4 | 40 | 2C |
| Octal | 271 | 62 | 51 | 0 | 111 | 116 | 33 | 4 | 100 | 54 |
| Binary | 10111001 | 110010 | 101001 | 0 | 1001001 | 1001110 | 11011 | 100 | 1000000 | 101100 |
Color Harmonies of #B93229
Complementary color
Monochromatic Colors of #B93229
Black with #B93229
Text Example
Text Example
White with #B93229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93229; }
p { color: rgb(185,50,41); }
H1.HeaderClassName
{
color: #B93229;
}
.AnyTagClassName
{
color: #B93229;
}
</style>
background-color css
<style>
a { background-color: #B93229; }
a { background-color: rgb(185,50,41); }
div.DivClassName
{
background-color: #B93229;
}
.BgClassName
{
background-color: #B93229;
}
</style>
border-color css
<style>
span { border-color: #B93229; }
span { border-color: rgb(185,50,41); }
td.TdClassName
{
border-color: #B93229;
}
.TagClassName
{
border-color: #B93229;
}
</style>