#BF2C26

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

Shades of Fire Brick #BF2C26

Tints of Fire Brick #BF2C26

Color information

#BF2C26 (or 0xBF2C26) is unknown color: approx Fire Brick. HEX triplet: BF, 2C and 26. RGB value is (191,44,38). Sum of RGB (Red+Green+Blue) = 191+44+38=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2C26 is #40D3D9. Grayscale: #575757. Windows color (decimal): -4248538 or 2501823. OLE color: 2501823.

HSL color Cylindrical-coordinate representation of color #BF2C26: hue angle of 2.35º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2C26 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB1914438-
CMYK00.770.800.25
HSL2.35º66.81%44.9%-
HSV(B)2.35º80.1%74.9%-
XYZ22.7413.023.15-
YUV87.27100.2201.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 69.96%
GREEN value IS 44 (17.58% from 255) = 16.12%
BLUE value IS 38 (15.23% from 255) = 13.92%
R=69.96%
G=16.12%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191443800.770.800.252.3566.8144.9
HexBF2C2604D50192432d
Octal2775446011512031210355
Binary1011111110110010011001001101101000011001101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2C26; }

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

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

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

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

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

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

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

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