Shades of Fire Brick #BF2013
Tints of Fire Brick #BF2013
RGB
CMYK
RGB Variations
Color information
#BF2013 (or 0xBF2013) is known color: Fire Brick. HEX triplet: BF, 20 and 13. RGB value is (191,32,19). Sum of RGB (Red+Green+Blue) = 191+32+19=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2013 is #40DFEC. Grayscale: #4E4E4E. Windows color (decimal): -4251629 or 1253567. OLE color: 1253567.
HSL color Cylindrical-coordinate representation of color #BF2013: hue angle of 4.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF2013 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 19 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.25 |
| HSL | 4.53º | 0.82% | 0.41% | - |
| HSV(B) | 4.53º | 0.9% | 0.75% | - |
| XYZ | 22.12 | 12.16 | 1.8 | - |
| YUV | 78.06 | 94.68 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 19 | 0 | 0.83 | 0.90 | 0.25 | 4.53 | 0.82 | 0.41 |
| Hex | BF | 20 | 13 | 0 | 53 | 5A | 19 | 5 | 52 | 29 |
| Octal | 277 | 40 | 23 | 0 | 123 | 132 | 31 | 5 | 122 | 51 |
| Binary | 10111111 | 100000 | 10011 | 0 | 1010011 | 1011010 | 11001 | 101 | 1010010 | 101001 |
Color Harmonies of #BF2013
Complementary color
Monochromatic Colors of #BF2013
Black with #BF2013
Text Example
Text Example
White with #BF2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2013; }
p { color: rgb(191,32,19); }
H1.HeaderClassName
{
color: #BF2013;
}
.AnyTagClassName
{
color: #BF2013;
}
</style>
background-color css
<style>
a { background-color: #BF2013; }
a { background-color: rgb(191,32,19); }
div.DivClassName
{
background-color: #BF2013;
}
.BgClassName
{
background-color: #BF2013;
}
</style>
border-color css
<style>
span { border-color: #BF2013; }
span { border-color: rgb(191,32,19); }
td.TdClassName
{
border-color: #BF2013;
}
.TagClassName
{
border-color: #BF2013;
}
</style>