#BF2618

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

Shades of Fire Brick #BF2618

Tints of Fire Brick #BF2618

Color information

#BF2618 (or 0xBF2618) is unknown color: approx Fire Brick. HEX triplet: BF, 26 and 18. RGB value is (191,38,24). Sum of RGB (Red+Green+Blue) = 191+38+24=253 (33% of max value = 765). Red value is 191 (75% from 255 or 75.49% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2618 is #40D9E7. Grayscale: #525252. Windows color (decimal): -4250088 or 1582783. OLE color: 1582783.

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

Color convert

RGB1913824-
CMYK00.800.870.25
HSL5.03º77.67%42.16%-
HSV(B)5.03º87.43%74.9%-
XYZ22.3412.532.1-
YUV82.1595.19205.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 75.49%
GREEN value IS 38 (15.23% from 255) = 15.02%
BLUE value IS 24 (9.77% from 255) = 9.49%
R=75.49%
G=15.02%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191382400.800.870.255.0377.6742.16
HexBF2618050571954e2a
Octal2774630012012731511652
Binary1011111110011011000010100001010111110011011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2618; }

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

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

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

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

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

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

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

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