#BF261C

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

Shades of Fire Brick #BF261C

Tints of Fire Brick #BF261C

Color information

#BF261C (or 0xBF261C) is unknown color: approx Fire Brick. HEX triplet: BF, 26 and 1C. RGB value is (191,38,28). Sum of RGB (Red+Green+Blue) = 191+38+28=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF261C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF261C is #40D9E3. Grayscale: #525252. Windows color (decimal): -4250084 or 1844927. OLE color: 1844927.

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

Color convert

RGB1913828-
CMYK00.800.850.25
HSL3.68º74.43%42.94%-
HSV(B)3.68º85.34%74.9%-
XYZ22.3912.552.34-
YUV82.6197.19205.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 74.32%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 28 (11.33% from 255) = 10.89%
R=74.32%
G=14.79%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191382800.800.850.253.6874.4342.94
HexBF261C050551944a2b
Octal2774634012012531411253
Binary1011111110011011100010100001010101110011001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF261C; }

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

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

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

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

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

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

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

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