#BF2E23

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

Shades of Fire Brick #BF2E23

Tints of Fire Brick #BF2E23

Color information

#BF2E23 (or 0xBF2E23) is unknown color: approx Fire Brick. HEX triplet: BF, 2E and 23. RGB value is (191,46,35). Sum of RGB (Red+Green+Blue) = 191+46+35=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2E23 is #40D1DC. Grayscale: #585858. Windows color (decimal): -4248029 or 2305727. OLE color: 2305727.

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

Color convert

RGB1914635-
CMYK00.760.820.25
HSL4.23º69.03%44.31%-
HSV(B)4.23º81.68%74.9%-
XYZ22.7713.152.93-
YUV88.198.04201.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 70.22%
GREEN value IS 46 (18.36% from 255) = 16.91%
BLUE value IS 35 (14.06% from 255) = 12.87%
R=70.22%
G=16.91%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191463500.760.820.254.2369.0344.31
HexBF2E2304C52194452c
Octal2775643011412231410554
Binary10111111101110100011010011001010010110011001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2E23; }

 p { color: rgb(191,46,35); }

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

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

 a { background-color: rgb(191,46,35); }

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

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

 span { border-color: rgb(191,46,35); }

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