Shades of Fire Brick #BF1A0D
Tints of Fire Brick #BF1A0D
RGB
CMYK
RGB Variations
Color information
#BF1A0D (or 0xBF1A0D) is known color: Fire Brick. HEX triplet: BF, 1A and 0D. RGB value is (191,26,13). Sum of RGB (Red+Green+Blue) = 191+26+13=230 (30% of max value = 765). Red value is 191 (75% from 255 or 83.04% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF1A0D is #40E5F2. Grayscale: #4A4A4A. Windows color (decimal): -4253171 or 858815. OLE color: 858815.
HSL color Cylindrical-coordinate representation of color #BF1A0D: hue angle of 4.38º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF1A0D is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 26 | 13 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.25 |
| HSL | 4.38º | 0.87% | 0.4% | - |
| HSV(B) | 4.38º | 0.93% | 0.75% | - |
| XYZ | 21.93 | 11.84 | 1.51 | - |
| YUV | 73.85 | 93.66 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 26 | 13 | 0 | 0.86 | 0.93 | 0.25 | 4.38 | 0.87 | 0.4 |
| Hex | BF | 1A | D | 0 | 56 | 5D | 19 | 4 | 57 | 28 |
| Octal | 277 | 32 | 15 | 0 | 126 | 135 | 31 | 4 | 127 | 50 |
| Binary | 10111111 | 11010 | 1101 | 0 | 1010110 | 1011101 | 11001 | 100 | 1010111 | 101000 |
Color Harmonies of #BF1A0D
Complementary color
Monochromatic Colors of #BF1A0D
Black with #BF1A0D
Text Example
Text Example
White with #BF1A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1A0D; }
p { color: rgb(191,26,13); }
H1.HeaderClassName
{
color: #BF1A0D;
}
.AnyTagClassName
{
color: #BF1A0D;
}
</style>
background-color css
<style>
a { background-color: #BF1A0D; }
a { background-color: rgb(191,26,13); }
div.DivClassName
{
background-color: #BF1A0D;
}
.BgClassName
{
background-color: #BF1A0D;
}
</style>
border-color css
<style>
span { border-color: #BF1A0D; }
span { border-color: rgb(191,26,13); }
td.TdClassName
{
border-color: #BF1A0D;
}
.TagClassName
{
border-color: #BF1A0D;
}
</style>