Shades of Fire Brick #BD150F
Tints of Fire Brick #BD150F
RGB
CMYK
RGB Variations
Color information
#BD150F (or 0xBD150F) is known color: Fire Brick. HEX triplet: BD, 15 and 0F. RGB value is (189,21,15). Sum of RGB (Red+Green+Blue) = 189+21+15=225 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 189 - color contains mainly: red. Hex color #BD150F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD150F is #42EAF0. Grayscale: #464646. Windows color (decimal): -4385521 or 988605. OLE color: 988605.
HSL color Cylindrical-coordinate representation of color #BD150F: hue angle of 2.07º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD150F is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 15 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.26 |
| HSL | 2.07º | 0.85% | 0.4% | - |
| HSV(B) | 2.07º | 0.92% | 0.74% | - |
| XYZ | 21.34 | 11.39 | 1.53 | - |
| YUV | 70.55 | 96.66 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 15 | 0 | 0.89 | 0.92 | 0.26 | 2.07 | 0.85 | 0.4 |
| Hex | BD | 15 | F | 0 | 59 | 5C | 1A | 2 | 55 | 28 |
| Octal | 275 | 25 | 17 | 0 | 131 | 134 | 32 | 2 | 125 | 50 |
| Binary | 10111101 | 10101 | 1111 | 0 | 1011001 | 1011100 | 11010 | 10 | 1010101 | 101000 |
Color Harmonies of #BD150F
Complementary color
Monochromatic Colors of #BD150F
Black with #BD150F
Text Example
Text Example
White with #BD150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD150F; }
p { color: rgb(189,21,15); }
H1.HeaderClassName
{
color: #BD150F;
}
.AnyTagClassName
{
color: #BD150F;
}
</style>
background-color css
<style>
a { background-color: #BD150F; }
a { background-color: rgb(189,21,15); }
div.DivClassName
{
background-color: #BD150F;
}
.BgClassName
{
background-color: #BD150F;
}
</style>
border-color css
<style>
span { border-color: #BD150F; }
span { border-color: rgb(189,21,15); }
td.TdClassName
{
border-color: #BD150F;
}
.TagClassName
{
border-color: #BD150F;
}
</style>