Shades of Fire Brick #BD1E15
Tints of Fire Brick #BD1E15
RGB
CMYK
RGB Variations
Color information
#BD1E15 (or 0xBD1E15) is known color: Fire Brick. HEX triplet: BD, 1E and 15. RGB value is (189,30,21). Sum of RGB (Red+Green+Blue) = 189+30+21=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1E15 is #42E1EA. Grayscale: #4C4C4C. Windows color (decimal): -4383211 or 1384125. OLE color: 1384125.
HSL color Cylindrical-coordinate representation of color #BD1E15: hue angle of 3.21º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1E15 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 30 | 21 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.26 |
| HSL | 3.21º | 0.8% | 0.41% | - |
| HSV(B) | 3.21º | 0.89% | 0.74% | - |
| XYZ | 21.59 | 11.8 | 1.85 | - |
| YUV | 76.52 | 96.68 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 21 | 0 | 0.84 | 0.89 | 0.26 | 3.21 | 0.8 | 0.41 |
| Hex | BD | 1E | 15 | 0 | 54 | 59 | 1A | 3 | 50 | 29 |
| Octal | 275 | 36 | 25 | 0 | 124 | 131 | 32 | 3 | 120 | 51 |
| Binary | 10111101 | 11110 | 10101 | 0 | 1010100 | 1011001 | 11010 | 11 | 1010000 | 101001 |
Color Harmonies of #BD1E15
Complementary color
Monochromatic Colors of #BD1E15
Black with #BD1E15
Text Example
Text Example
White with #BD1E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1E15; }
p { color: rgb(189,30,21); }
H1.HeaderClassName
{
color: #BD1E15;
}
.AnyTagClassName
{
color: #BD1E15;
}
</style>
background-color css
<style>
a { background-color: #BD1E15; }
a { background-color: rgb(189,30,21); }
div.DivClassName
{
background-color: #BD1E15;
}
.BgClassName
{
background-color: #BD1E15;
}
</style>
border-color css
<style>
span { border-color: #BD1E15; }
span { border-color: rgb(189,30,21); }
td.TdClassName
{
border-color: #BD1E15;
}
.TagClassName
{
border-color: #BD1E15;
}
</style>