#BF170F

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

Shades of Fire Brick #BF170F

Tints of Fire Brick #BF170F

Color information

#BF170F (or 0xBF170F) is unknown color: approx Fire Brick. HEX triplet: BF, 17 and 0F. RGB value is (191,23,15). Sum of RGB (Red+Green+Blue) = 191+23+15=229 (30% of max value = 765). Red value is 191 (75% from 255 or 83.41% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 191 - color contains mainly: red. Hex color #BF170F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF170F is #40E8F0. Grayscale: #484848. Windows color (decimal): -4253937 or 989119. OLE color: 989119.

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

Color convert

RGB1912315-
CMYK00.880.920.25
HSL2.73º85.44%40.39%-
HSV(B)2.73º92.15%74.9%-
XYZ21.8811.721.56-
YUV72.3295.66212.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 83.41%
GREEN value IS 23 (9.38% from 255) = 10.04%
BLUE value IS 15 (6.25% from 255) = 6.55%
R=83.41%
G=10.04%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191231500.880.920.252.7385.4440.39
HexBF17F0585C1935528
Octal2772717013013431312550
Binary1011111110111111101011000101110011001111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF170F; }

 p { color: rgb(191,23,15); }

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

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

 a { background-color: rgb(191,23,15); }

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

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

 span { border-color: rgb(191,23,15); }

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