Shades of Fire Brick #BD291F
Tints of Fire Brick #BD291F
RGB
CMYK
RGB Variations
Color information
#BD291F (or 0xBD291F) is known color: Fire Brick. HEX triplet: BD, 29 and 1F. RGB value is (189,41,31). Sum of RGB (Red+Green+Blue) = 189+41+31=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD291F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD291F is #42D6E0. Grayscale: #545454. Windows color (decimal): -4380385 or 2042301. OLE color: 2042301.
HSL color Cylindrical-coordinate representation of color #BD291F: hue angle of 3.8º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD291F is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 31 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.26 |
| HSL | 3.8º | 0.72% | 0.43% | - |
| HSV(B) | 3.8º | 0.84% | 0.74% | - |
| XYZ | 22.03 | 12.5 | 2.55 | - |
| YUV | 84.11 | 98.03 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 31 | 0 | 0.78 | 0.84 | 0.26 | 3.8 | 0.72 | 0.43 |
| Hex | BD | 29 | 1F | 0 | 4E | 54 | 1A | 4 | 48 | 2B |
| Octal | 275 | 51 | 37 | 0 | 116 | 124 | 32 | 4 | 110 | 53 |
| Binary | 10111101 | 101001 | 11111 | 0 | 1001110 | 1010100 | 11010 | 100 | 1001000 | 101011 |
Color Harmonies of #BD291F
Complementary color
Monochromatic Colors of #BD291F
Black with #BD291F
Text Example
Text Example
White with #BD291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD291F; }
p { color: rgb(189,41,31); }
H1.HeaderClassName
{
color: #BD291F;
}
.AnyTagClassName
{
color: #BD291F;
}
</style>
background-color css
<style>
a { background-color: #BD291F; }
a { background-color: rgb(189,41,31); }
div.DivClassName
{
background-color: #BD291F;
}
.BgClassName
{
background-color: #BD291F;
}
</style>
border-color css
<style>
span { border-color: #BD291F; }
span { border-color: rgb(189,41,31); }
td.TdClassName
{
border-color: #BD291F;
}
.TagClassName
{
border-color: #BD291F;
}
</style>