Shades of Fire Brick #BD190F
Tints of Fire Brick #BD190F
RGB
CMYK
RGB Variations
Color information
#BD190F (or 0xBD190F) is known color: Fire Brick. HEX triplet: BD, 19 and 0F. RGB value is (189,25,15). Sum of RGB (Red+Green+Blue) = 189+25+15=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD190F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD190F is #42E6F0. Grayscale: #494949. Windows color (decimal): -4384497 or 989629. OLE color: 989629.
HSL color Cylindrical-coordinate representation of color #BD190F: hue angle of 3.45º 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 #BD190F is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 15 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.26 |
| HSL | 3.45º | 0.85% | 0.4% | - |
| HSV(B) | 3.45º | 0.92% | 0.74% | - |
| XYZ | 21.42 | 11.55 | 1.55 | - |
| YUV | 72.9 | 95.33 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 15 | 0 | 0.87 | 0.92 | 0.26 | 3.45 | 0.85 | 0.4 |
| Hex | BD | 19 | F | 0 | 57 | 5C | 1A | 3 | 55 | 28 |
| Octal | 275 | 31 | 17 | 0 | 127 | 134 | 32 | 3 | 125 | 50 |
| Binary | 10111101 | 11001 | 1111 | 0 | 1010111 | 1011100 | 11010 | 11 | 1010101 | 101000 |
Color Harmonies of #BD190F
Complementary color
Monochromatic Colors of #BD190F
Black with #BD190F
Text Example
Text Example
White with #BD190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD190F; }
p { color: rgb(189,25,15); }
H1.HeaderClassName
{
color: #BD190F;
}
.AnyTagClassName
{
color: #BD190F;
}
</style>
background-color css
<style>
a { background-color: #BD190F; }
a { background-color: rgb(189,25,15); }
div.DivClassName
{
background-color: #BD190F;
}
.BgClassName
{
background-color: #BD190F;
}
</style>
border-color css
<style>
span { border-color: #BD190F; }
span { border-color: rgb(189,25,15); }
td.TdClassName
{
border-color: #BD190F;
}
.TagClassName
{
border-color: #BD190F;
}
</style>