#BF2723

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

Shades of Fire Brick #BF2723

Tints of Fire Brick #BF2723

Color information

#BF2723 (or 0xBF2723) is unknown color: approx Fire Brick. HEX triplet: BF, 27 and 23. RGB value is (191,39,35). Sum of RGB (Red+Green+Blue) = 191+39+35=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2723 is #40D8DC. Grayscale: #545454. Windows color (decimal): -4249821 or 2303935. OLE color: 2303935.

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

Color convert

RGB1913935-
CMYK00.800.820.25
HSL1.54º69.03%44.31%-
HSV(B)1.54º81.68%74.9%-
XYZ22.5112.652.84-
YUV83.99100.36204.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 72.08%
GREEN value IS 39 (15.62% from 255) = 14.72%
BLUE value IS 35 (14.06% from 255) = 13.21%
R=72.08%
G=14.72%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191393500.800.820.251.5469.0344.31
HexBF272305052192452c
Octal2774743012012231210554
Binary1011111110011110001101010000101001011001101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2723; }

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

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

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

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

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

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

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

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