#BF211A

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

Shades of Fire Brick #BF211A

Tints of Fire Brick #BF211A

Color information

#BF211A (or 0xBF211A) is unknown color: approx Fire Brick. HEX triplet: BF, 21 and 1A. RGB value is (191,33,26). Sum of RGB (Red+Green+Blue) = 191+33+26=250 (33% of max value = 765). Red value is 191 (75% from 255 or 76.4% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 191 - color contains mainly: red. Hex color #BF211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF211A is #40DEE5. Grayscale: #4F4F4F. Windows color (decimal): -4251366 or 1712575. OLE color: 1712575.

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

Color convert

RGB1913326-
CMYK00.830.860.25
HSL2.55º76.04%42.55%-
HSV(B)2.55º86.39%74.9%-
XYZ22.2212.242.17-
YUV79.4497.85207.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 76.4%
GREEN value IS 33 (13.28% from 255) = 13.2%
BLUE value IS 26 (10.55% from 255) = 10.4%
R=76.4%
G=13.2%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191332600.830.860.252.5576.0442.55
HexBF211A053561934c2b
Octal2774132012312631311453
Binary101111111000011101001010011101011011001111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF211A; }

 p { color: rgb(191,33,26); }

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

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

 a { background-color: rgb(191,33,26); }

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

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

 span { border-color: rgb(191,33,26); }

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