Shades of Fire Brick #BD291E
Tints of Fire Brick #BD291E
RGB
CMYK
RGB Variations
Color information
#BD291E (or 0xBD291E) is known color: Fire Brick. HEX triplet: BD, 29 and 1E. RGB value is (189,41,30). Sum of RGB (Red+Green+Blue) = 189+41+30=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD291E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD291E is #42D6E1. Grayscale: #545454. Windows color (decimal): -4380386 or 1976765. OLE color: 1976765.
HSL color Cylindrical-coordinate representation of color #BD291E: hue angle of 4.15º degrees, saturation: 0.73, 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 #BD291E is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 30 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.26 |
| HSL | 4.15º | 0.73% | 0.43% | - |
| HSV(B) | 4.15º | 0.84% | 0.74% | - |
| XYZ | 22.01 | 12.5 | 2.48 | - |
| YUV | 84 | 97.53 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 30 | 0 | 0.78 | 0.84 | 0.26 | 4.15 | 0.73 | 0.43 |
| Hex | BD | 29 | 1E | 0 | 4E | 54 | 1A | 4 | 49 | 2B |
| Octal | 275 | 51 | 36 | 0 | 116 | 124 | 32 | 4 | 111 | 53 |
| Binary | 10111101 | 101001 | 11110 | 0 | 1001110 | 1010100 | 11010 | 100 | 1001001 | 101011 |
Color Harmonies of #BD291E
Complementary color
Monochromatic Colors of #BD291E
Black with #BD291E
Text Example
Text Example
White with #BD291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD291E; }
p { color: rgb(189,41,30); }
H1.HeaderClassName
{
color: #BD291E;
}
.AnyTagClassName
{
color: #BD291E;
}
</style>
background-color css
<style>
a { background-color: #BD291E; }
a { background-color: rgb(189,41,30); }
div.DivClassName
{
background-color: #BD291E;
}
.BgClassName
{
background-color: #BD291E;
}
</style>
border-color css
<style>
span { border-color: #BD291E; }
span { border-color: rgb(189,41,30); }
td.TdClassName
{
border-color: #BD291E;
}
.TagClassName
{
border-color: #BD291E;
}
</style>