Shades of Fire Brick #BD160F
Tints of Fire Brick #BD160F
RGB
CMYK
RGB Variations
Color information
#BD160F (or 0xBD160F) is known color: Fire Brick. HEX triplet: BD, 16 and 0F. RGB value is (189,22,15). Sum of RGB (Red+Green+Blue) = 189+22+15=226 (29% of max value = 765). Red value is 189 (74.22% from 255 or 83.63% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 189 - color contains mainly: red. Hex color #BD160F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD160F is #42E9F0. Grayscale: #474747. Windows color (decimal): -4385265 or 988861. OLE color: 988861.
HSL color Cylindrical-coordinate representation of color #BD160F: hue angle of 2.41º 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 #BD160F is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 15 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.26 |
| HSL | 2.41º | 0.85% | 0.4% | - |
| HSV(B) | 2.41º | 0.92% | 0.74% | - |
| XYZ | 21.36 | 11.43 | 1.53 | - |
| YUV | 71.14 | 96.33 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 15 | 0 | 0.88 | 0.92 | 0.26 | 2.41 | 0.85 | 0.4 |
| Hex | BD | 16 | F | 0 | 58 | 5C | 1A | 2 | 55 | 28 |
| Octal | 275 | 26 | 17 | 0 | 130 | 134 | 32 | 2 | 125 | 50 |
| Binary | 10111101 | 10110 | 1111 | 0 | 1011000 | 1011100 | 11010 | 10 | 1010101 | 101000 |
Color Harmonies of #BD160F
Complementary color
Monochromatic Colors of #BD160F
Black with #BD160F
Text Example
Text Example
White with #BD160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD160F; }
p { color: rgb(189,22,15); }
H1.HeaderClassName
{
color: #BD160F;
}
.AnyTagClassName
{
color: #BD160F;
}
</style>
background-color css
<style>
a { background-color: #BD160F; }
a { background-color: rgb(189,22,15); }
div.DivClassName
{
background-color: #BD160F;
}
.BgClassName
{
background-color: #BD160F;
}
</style>
border-color css
<style>
span { border-color: #BD160F; }
span { border-color: rgb(189,22,15); }
td.TdClassName
{
border-color: #BD160F;
}
.TagClassName
{
border-color: #BD160F;
}
</style>