Shades of Fire Brick #BF1312
Tints of Fire Brick #BF1312
RGB
CMYK
RGB Variations
Color information
#BF1312 (or 0xBF1312) is known color: Fire Brick. HEX triplet: BF, 13 and 12. RGB value is (191,19,18). Sum of RGB (Red+Green+Blue) = 191+19+18=228 (30% of max value = 765). Red value is 191 (75% from 255 or 83.77% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1312 is #40ECED. Grayscale: #464646. Windows color (decimal): -4254958 or 1184703. OLE color: 1184703.
HSL color Cylindrical-coordinate representation of color #BF1312: hue angle of 0.35º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1312 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 18 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.25 |
| HSL | 0.35º | 0.83% | 0.41% | - |
| HSV(B) | 0.35º | 0.91% | 0.75% | - |
| XYZ | 21.83 | 11.59 | 1.66 | - |
| YUV | 70.31 | 98.48 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 18 | 0 | 0.90 | 0.91 | 0.25 | 0.35 | 0.83 | 0.41 |
| Hex | BF | 13 | 12 | 0 | 5A | 5B | 19 | 0 | 53 | 29 |
| Octal | 277 | 23 | 22 | 0 | 132 | 133 | 31 | 0 | 123 | 51 |
| Binary | 10111111 | 10011 | 10010 | 0 | 1011010 | 1011011 | 11001 | 0 | 1010011 | 101001 |
Color Harmonies of #BF1312
Complementary color
Monochromatic Colors of #BF1312
Black with #BF1312
Text Example
Text Example
White with #BF1312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1312; }
p { color: rgb(191,19,18); }
H1.HeaderClassName
{
color: #BF1312;
}
.AnyTagClassName
{
color: #BF1312;
}
</style>
background-color css
<style>
a { background-color: #BF1312; }
a { background-color: rgb(191,19,18); }
div.DivClassName
{
background-color: #BF1312;
}
.BgClassName
{
background-color: #BF1312;
}
</style>
border-color css
<style>
span { border-color: #BF1312; }
span { border-color: rgb(191,19,18); }
td.TdClassName
{
border-color: #BF1312;
}
.TagClassName
{
border-color: #BF1312;
}
</style>