#bf2718

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

Shades of Fire Brick #BF2718

Tints of Fire Brick #BF2718

Color information

#BF2718 (or 0xBF2718) is unknown color: approx Fire Brick. HEX triplet: BF, 27 and 18. RGB value is (191,39,24). Sum of RGB (Red+Green+Blue) = 191+39+24=254 (33% of max value = 765). Red value is 191 (75% from 255 or 75.20% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2718 is #40D8E7. Grayscale: #525252. Windows color (decimal): -4249832 or 1583039. OLE color: 1583039.

HSL color Cylindrical-coordinate representation of color #BF2718: hue angle of 5.39º 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 #BF2718 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB1913924-
CMYK00.800.870.25
HSL5.39º77.67%42.16%-
HSV(B)5.39º87.43%74.9%-
XYZ22.3812.592.12-
YUV82.7494.86205.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 75.20%
GREEN value IS 39 (15.62% from 255) = 15.35%
BLUE value IS 24 (9.77% from 255) = 9.45%
R=75.20%
G=15.35%
B=9.45%

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
Decimal191392400.800.870.255.3977.6742.16
HexBF2718050571954e2a
Octal2774730012012731511652
Binary1011111110011111000010100001010111110011011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf2718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf2718; }

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

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

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

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

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

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

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

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