Shades of Fire Brick #BF201A
Tints of Fire Brick #BF201A
RGB
CMYK
RGB Variations
Color information
#BF201A (or 0xBF201A) is known color: Fire Brick. HEX triplet: BF, 20 and 1A. RGB value is (191,32,26). Sum of RGB (Red+Green+Blue) = 191+32+26=249 (32% of max value = 765). Red value is 191 (75% from 255 or 76.71% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 191 - color contains mainly: red. Hex color #BF201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF201A is #40DFE5. Grayscale: #4F4F4F. Windows color (decimal): -4251622 or 1712319. OLE color: 1712319.
HSL color Cylindrical-coordinate representation of color #BF201A: hue angle of 2.18º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF201A is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 26 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.25 |
| HSL | 2.18º | 0.76% | 0.43% | - |
| HSV(B) | 2.18º | 0.86% | 0.75% | - |
| XYZ | 22.19 | 12.18 | 2.16 | - |
| YUV | 78.86 | 98.18 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 26 | 0 | 0.83 | 0.86 | 0.25 | 2.18 | 0.76 | 0.43 |
| Hex | BF | 20 | 1A | 0 | 53 | 56 | 19 | 2 | 4C | 2B |
| Octal | 277 | 40 | 32 | 0 | 123 | 126 | 31 | 2 | 114 | 53 |
| Binary | 10111111 | 100000 | 11010 | 0 | 1010011 | 1010110 | 11001 | 10 | 1001100 | 101011 |
Color Harmonies of #BF201A
Complementary color
Monochromatic Colors of #BF201A
Black with #BF201A
Text Example
Text Example
White with #BF201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF201A; }
p { color: rgb(191,32,26); }
H1.HeaderClassName
{
color: #BF201A;
}
.AnyTagClassName
{
color: #BF201A;
}
</style>
background-color css
<style>
a { background-color: #BF201A; }
a { background-color: rgb(191,32,26); }
div.DivClassName
{
background-color: #BF201A;
}
.BgClassName
{
background-color: #BF201A;
}
</style>
border-color css
<style>
span { border-color: #BF201A; }
span { border-color: rgb(191,32,26); }
td.TdClassName
{
border-color: #BF201A;
}
.TagClassName
{
border-color: #BF201A;
}
</style>