Shades of Fire Brick #BD200F
Tints of Fire Brick #BD200F
RGB
CMYK
RGB Variations
Color information
#BD200F (or 0xBD200F) is known color: Fire Brick. HEX triplet: BD, 20 and 0F. RGB value is (189,32,15). Sum of RGB (Red+Green+Blue) = 189+32+15=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD200F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD200F is #42DFF0. Grayscale: #4D4D4D. Windows color (decimal): -4382705 or 991421. OLE color: 991421.
HSL color Cylindrical-coordinate representation of color #BD200F: hue angle of 5.86º 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 #BD200F is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 15 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.26 |
| HSL | 5.86º | 0.85% | 0.4% | - |
| HSV(B) | 5.86º | 0.92% | 0.74% | - |
| XYZ | 21.59 | 11.89 | 1.61 | - |
| YUV | 77.01 | 93.01 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 15 | 0 | 0.83 | 0.92 | 0.26 | 5.86 | 0.85 | 0.4 |
| Hex | BD | 20 | F | 0 | 53 | 5C | 1A | 6 | 55 | 28 |
| Octal | 275 | 40 | 17 | 0 | 123 | 134 | 32 | 6 | 125 | 50 |
| Binary | 10111101 | 100000 | 1111 | 0 | 1010011 | 1011100 | 11010 | 110 | 1010101 | 101000 |
Color Harmonies of #BD200F
Complementary color
Monochromatic Colors of #BD200F
Black with #BD200F
Text Example
Text Example
White with #BD200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD200F; }
p { color: rgb(189,32,15); }
H1.HeaderClassName
{
color: #BD200F;
}
.AnyTagClassName
{
color: #BD200F;
}
</style>
background-color css
<style>
a { background-color: #BD200F; }
a { background-color: rgb(189,32,15); }
div.DivClassName
{
background-color: #BD200F;
}
.BgClassName
{
background-color: #BD200F;
}
</style>
border-color css
<style>
span { border-color: #BD200F; }
span { border-color: rgb(189,32,15); }
td.TdClassName
{
border-color: #BD200F;
}
.TagClassName
{
border-color: #BD200F;
}
</style>