Shades of Fire Brick #BD170F
Tints of Fire Brick #BD170F
RGB
CMYK
RGB Variations
Color information
#BD170F (or 0xBD170F) is known color: Fire Brick. HEX triplet: BD, 17 and 0F. RGB value is (189,23,15). Sum of RGB (Red+Green+Blue) = 189+23+15=227 (30% of max value = 765). Red value is 189 (74.22% from 255 or 83.26% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 189 - color contains mainly: red. Hex color #BD170F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD170F is #42E8F0. Grayscale: #474747. Windows color (decimal): -4385009 or 989117. OLE color: 989117.
HSL color Cylindrical-coordinate representation of color #BD170F: hue angle of 2.76º 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 #BD170F is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 15 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.26 |
| HSL | 2.76º | 0.85% | 0.4% | - |
| HSV(B) | 2.76º | 0.92% | 0.74% | - |
| XYZ | 21.38 | 11.47 | 1.54 | - |
| YUV | 71.72 | 96 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 15 | 0 | 0.88 | 0.92 | 0.26 | 2.76 | 0.85 | 0.4 |
| Hex | BD | 17 | F | 0 | 58 | 5C | 1A | 3 | 55 | 28 |
| Octal | 275 | 27 | 17 | 0 | 130 | 134 | 32 | 3 | 125 | 50 |
| Binary | 10111101 | 10111 | 1111 | 0 | 1011000 | 1011100 | 11010 | 11 | 1010101 | 101000 |
Color Harmonies of #BD170F
Complementary color
Monochromatic Colors of #BD170F
Black with #BD170F
Text Example
Text Example
White with #BD170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD170F; }
p { color: rgb(189,23,15); }
H1.HeaderClassName
{
color: #BD170F;
}
.AnyTagClassName
{
color: #BD170F;
}
</style>
background-color css
<style>
a { background-color: #BD170F; }
a { background-color: rgb(189,23,15); }
div.DivClassName
{
background-color: #BD170F;
}
.BgClassName
{
background-color: #BD170F;
}
</style>
border-color css
<style>
span { border-color: #BD170F; }
span { border-color: rgb(189,23,15); }
td.TdClassName
{
border-color: #BD170F;
}
.TagClassName
{
border-color: #BD170F;
}
</style>