#BF1C1B

Color #BF1C1B Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #BF1C1B

Tints of Fire Brick #BF1C1B

Color information

#BF1C1B (or 0xBF1C1B) is unknown color: approx Fire Brick. HEX triplet: BF, 1C and 1B. RGB value is (191,28,27). Sum of RGB (Red+Green+Blue) = 191+28+27=246 (32% of max value = 765). Red value is 191 (75% from 255 or 77.64% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1C1B is #40E3E4. Grayscale: #4C4C4C. Windows color (decimal): -4252645 or 1776831. OLE color: 1776831.

HSL color Cylindrical-coordinate representation of color #BF1C1B: hue angle of 0.37º degrees, saturation: 0.75, 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 #BF1C1B is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB1912827-
CMYK00.850.860.25
HSL0.37º75.23%42.75%-
HSV(B)0.37º85.86%74.9%-
XYZ22.111.992.19-
YUV76.62100209.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 77.64%
GREEN value IS 28 (11.33% from 255) = 11.38%
BLUE value IS 27 (10.94% from 255) = 10.98%
R=77.64%
G=11.38%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191282700.850.860.250.3775.2342.75
HexBF1C1B055561904b2b
Octal2773433012512631011353
Binary1011111111100110110101010110101101100101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1C1B; }

 p { color: rgb(191,28,27); }

 H1.HeaderClassName
 {
   color: #BF1C1B;
 }
 .AnyTagClassName
 {
   color: #BF1C1B;
 }
</style>
background-color css

<style>
 a { background-color: #BF1C1B; }

 a { background-color: rgb(191,28,27); }

 div.DivClassName
 {
   background-color: #BF1C1B;
 }
 .BgClassName
 {
   background-color: #BF1C1B;
 }
</style>
border-color css

<style>
 span { border-color: #BF1C1B; }

 span { border-color: rgb(191,28,27); }

 td.TdClassName
 {
   border-color: #BF1C1B;
 }
 .TagClassName
 {
   border-color: #BF1C1B;
 }
</style>