#BF1E10

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

Shades of Fire Brick #BF1E10

Tints of Fire Brick #BF1E10

Color information

#BF1E10 (or 0xBF1E10) is unknown color: approx Fire Brick. HEX triplet: BF, 1E and 10. RGB value is (191,30,16). Sum of RGB (Red+Green+Blue) = 191+30+16=237 (31% of max value = 765). Red value is 191 (75% from 255 or 80.59% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF1E10 is #40E1EF. Grayscale: #4C4C4C. Windows color (decimal): -4252144 or 1056447. OLE color: 1056447.

HSL color Cylindrical-coordinate representation of color #BF1E10: hue angle of 4.8º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF1E10 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB1913016-
CMYK00.840.920.25
HSL4.8º84.54%40.59%-
HSV(B)4.8º91.62%74.9%-
XYZ22.0412.041.65-
YUV76.5493.84209.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 80.59%
GREEN value IS 30 (12.11% from 255) = 12.66%
BLUE value IS 16 (6.64% from 255) = 6.75%
R=80.59%
G=12.66%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191301600.840.920.254.884.5440.59
HexBF1E100545C1955529
Octal2773620012413431512551
Binary101111111111010000010101001011100110011011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1E10; }

 p { color: rgb(191,30,16); }

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

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

 a { background-color: rgb(191,30,16); }

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

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

 span { border-color: rgb(191,30,16); }

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