Shades of Fire Brick #BD1915
Tints of Fire Brick #BD1915
RGB
CMYK
RGB Variations
Color information
#BD1915 (or 0xBD1915) is known color: Fire Brick. HEX triplet: BD, 19 and 15. RGB value is (189,25,21). Sum of RGB (Red+Green+Blue) = 189+25+21=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1915 is #42E6EA. Grayscale: #494949. Windows color (decimal): -4384491 or 1382845. OLE color: 1382845.
HSL color Cylindrical-coordinate representation of color #BD1915: hue angle of 1.43º 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 #BD1915 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 21 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.26 |
| HSL | 1.43º | 0.8% | 0.41% | - |
| HSV(B) | 1.43º | 0.89% | 0.74% | - |
| XYZ | 21.47 | 11.57 | 1.81 | - |
| YUV | 73.58 | 98.33 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 21 | 0 | 0.87 | 0.89 | 0.26 | 1.43 | 0.8 | 0.41 |
| Hex | BD | 19 | 15 | 0 | 57 | 59 | 1A | 1 | 50 | 29 |
| Octal | 275 | 31 | 25 | 0 | 127 | 131 | 32 | 1 | 120 | 51 |
| Binary | 10111101 | 11001 | 10101 | 0 | 1010111 | 1011001 | 11010 | 1 | 1010000 | 101001 |
Color Harmonies of #BD1915
Complementary color
Monochromatic Colors of #BD1915
Black with #BD1915
Text Example
Text Example
White with #BD1915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1915; }
p { color: rgb(189,25,21); }
H1.HeaderClassName
{
color: #BD1915;
}
.AnyTagClassName
{
color: #BD1915;
}
</style>
background-color css
<style>
a { background-color: #BD1915; }
a { background-color: rgb(189,25,21); }
div.DivClassName
{
background-color: #BD1915;
}
.BgClassName
{
background-color: #BD1915;
}
</style>
border-color css
<style>
span { border-color: #BD1915; }
span { border-color: rgb(189,25,21); }
td.TdClassName
{
border-color: #BD1915;
}
.TagClassName
{
border-color: #BD1915;
}
</style>