#BF271C

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

Shades of Fire Brick #BF271C

Tints of Fire Brick #BF271C

Color information

#BF271C (or 0xBF271C) is unknown color: approx Fire Brick. HEX triplet: BF, 27 and 1C. RGB value is (191,39,28). Sum of RGB (Red+Green+Blue) = 191+39+28=258 (34% of max value = 765). Red value is 191 (75% from 255 or 74.03% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 191 - color contains mainly: red. Hex color #BF271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF271C is #40D8E3. Grayscale: #535353. Windows color (decimal): -4249828 or 1845183. OLE color: 1845183.

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

Color convert

RGB1913928-
CMYK00.800.850.25
HSL4.05º74.43%42.94%-
HSV(B)4.05º85.34%74.9%-
XYZ22.4212.612.35-
YUV83.1996.86204.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 74.03%
GREEN value IS 39 (15.62% from 255) = 15.12%
BLUE value IS 28 (11.33% from 255) = 10.85%
R=74.03%
G=15.12%
B=10.85%

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
Decimal191392800.800.850.254.0574.4342.94
HexBF271C050551944a2b
Octal2774734012012531411253
Binary1011111110011111100010100001010101110011001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF271C; }

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

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

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

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

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

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

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

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