Shades of Fire Brick #B93123
Tints of Fire Brick #B93123
RGB
CMYK
RGB Variations
Color information
#B93123 (or 0xB93123) is known color: Fire Brick. HEX triplet: B9, 31 and 23. RGB value is (185,49,35). Sum of RGB (Red+Green+Blue) = 185+49+35=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B93123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93123 is #46CEDC. Grayscale: #585858. Windows color (decimal): -4640477 or 2306489. OLE color: 2306489.
HSL color Cylindrical-coordinate representation of color #B93123: hue angle of 5.6º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B93123 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 35 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.27 |
| HSL | 5.6º | 0.68% | 0.43% | - |
| HSV(B) | 5.6º | 0.81% | 0.73% | - |
| XYZ | 21.41 | 12.63 | 2.9 | - |
| YUV | 88.07 | 98.06 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 35 | 0 | 0.74 | 0.81 | 0.27 | 5.6 | 0.68 | 0.43 |
| Hex | B9 | 31 | 23 | 0 | 4A | 51 | 1B | 6 | 44 | 2B |
| Octal | 271 | 61 | 43 | 0 | 112 | 121 | 33 | 6 | 104 | 53 |
| Binary | 10111001 | 110001 | 100011 | 0 | 1001010 | 1010001 | 11011 | 110 | 1000100 | 101011 |
Color Harmonies of #B93123
Complementary color
Monochromatic Colors of #B93123
Black with #B93123
Text Example
Text Example
White with #B93123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93123; }
p { color: rgb(185,49,35); }
H1.HeaderClassName
{
color: #B93123;
}
.AnyTagClassName
{
color: #B93123;
}
</style>
background-color css
<style>
a { background-color: #B93123; }
a { background-color: rgb(185,49,35); }
div.DivClassName
{
background-color: #B93123;
}
.BgClassName
{
background-color: #B93123;
}
</style>
border-color css
<style>
span { border-color: #B93123; }
span { border-color: rgb(185,49,35); }
td.TdClassName
{
border-color: #B93123;
}
.TagClassName
{
border-color: #B93123;
}
</style>