Shades of Fire Brick #BD3124
Tints of Fire Brick #BD3124
RGB
CMYK
RGB Variations
Color information
#BD3124 (or 0xBD3124) is known color: Fire Brick. HEX triplet: BD, 31 and 24. RGB value is (189,49,36). Sum of RGB (Red+Green+Blue) = 189+49+36=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3124 is #42CEDB. Grayscale: #595959. Windows color (decimal): -4378332 or 2372029. OLE color: 2372029.
HSL color Cylindrical-coordinate representation of color #BD3124: hue angle of 5.1º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD3124 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 36 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.26 |
| HSL | 5.1º | 0.68% | 0.44% | - |
| HSV(B) | 5.1º | 0.81% | 0.74% | - |
| XYZ | 22.4 | 13.14 | 3.03 | - |
| YUV | 89.38 | 97.88 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 36 | 0 | 0.74 | 0.81 | 0.26 | 5.1 | 0.68 | 0.44 |
| Hex | BD | 31 | 24 | 0 | 4A | 51 | 1A | 5 | 44 | 2C |
| Octal | 275 | 61 | 44 | 0 | 112 | 121 | 32 | 5 | 104 | 54 |
| Binary | 10111101 | 110001 | 100100 | 0 | 1001010 | 1010001 | 11010 | 101 | 1000100 | 101100 |
Color Harmonies of #BD3124
Complementary color
Monochromatic Colors of #BD3124
Black with #BD3124
Text Example
Text Example
White with #BD3124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3124; }
p { color: rgb(189,49,36); }
H1.HeaderClassName
{
color: #BD3124;
}
.AnyTagClassName
{
color: #BD3124;
}
</style>
background-color css
<style>
a { background-color: #BD3124; }
a { background-color: rgb(189,49,36); }
div.DivClassName
{
background-color: #BD3124;
}
.BgClassName
{
background-color: #BD3124;
}
</style>
border-color css
<style>
span { border-color: #BD3124; }
span { border-color: rgb(189,49,36); }
td.TdClassName
{
border-color: #BD3124;
}
.TagClassName
{
border-color: #BD3124;
}
</style>