#BF2322

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

Shades of Fire Brick #BF2322

Tints of Fire Brick #BF2322

Color information

#BF2322 (or 0xBF2322) is unknown color: approx Fire Brick. HEX triplet: BF, 23 and 22. RGB value is (191,35,34). Sum of RGB (Red+Green+Blue) = 191+35+34=260 (34% of max value = 765). Red value is 191 (75% from 255 or 73.46% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2322 is #40DCDD. Grayscale: #515151. Windows color (decimal): -4250846 or 2237375. OLE color: 2237375.

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

Color convert

RGB1913534-
CMYK00.820.820.25
HSL0.38º69.78%44.12%-
HSV(B)0.38º82.2%74.9%-
XYZ22.3812.392.73-
YUV81.53101.18206.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 73.46%
GREEN value IS 35 (14.06% from 255) = 13.46%
BLUE value IS 34 (13.67% from 255) = 13.08%
R=73.46%
G=13.46%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191353400.820.820.250.3869.7844.12
HexBF232205252190462c
Octal2774342012212231010654
Binary101111111000111000100101001010100101100101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2322; }

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

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

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

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

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

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

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

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