#BA2E2C

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

Shades of Fire Brick #BA2E2C

Tints of Fire Brick #BA2E2C

Color information

#BA2E2C (or 0xBA2E2C) is unknown color: approx Fire Brick. HEX triplet: BA, 2E and 2C. RGB value is (186,46,44). Sum of RGB (Red+Green+Blue) = 186+46+44=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E2C is #45D1D3. Grayscale: #575757. Windows color (decimal): -4575700 or 2895546. OLE color: 2895546.

HSL color Cylindrical-coordinate representation of color #BA2E2C: hue angle of 0.85º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2E2C is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB1864644-
CMYK00.750.760.27
HSL0.85º61.74%45.1%-
HSV(B)0.85º76.34%72.94%-
XYZ21.6812.573.67-
YUV87.63103.38198.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.39%
GREEN value IS 46 (18.36% from 255) = 16.67%
BLUE value IS 44 (17.58% from 255) = 15.94%
R=67.39%
G=16.67%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186464400.750.760.270.8561.7445.1
HexBA2E2C04B4C1B13e2d
Octal272565401131143317655
Binary10111010101110101100010010111001100110111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2E2C; }

 p { color: rgb(186,46,44); }

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

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

 a { background-color: rgb(186,46,44); }

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

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

 span { border-color: rgb(186,46,44); }

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