#BA2E2B

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

Shades of Fire Brick #BA2E2B

Tints of Fire Brick #BA2E2B

Color information

#BA2E2B (or 0xBA2E2B) is unknown color: approx Fire Brick. HEX triplet: BA, 2E and 2B. RGB value is (186,46,43). Sum of RGB (Red+Green+Blue) = 186+46+43=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E2B is #45D1D4. Grayscale: #575757. Windows color (decimal): -4575701 or 2830010. OLE color: 2830010.

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

Color convert

RGB1864643-
CMYK00.750.770.27
HSL1.26º62.45%44.9%-
HSV(B)1.26º76.88%72.94%-
XYZ21.6612.573.57-
YUV87.52102.88198.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.64%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 43 (17.19% from 255) = 15.64%
R=67.64%
G=16.73%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186464300.750.770.271.2662.4544.9
HexBA2E2B04B4D1B13e2d
Octal272565301131153317655
Binary10111010101110101011010010111001101110111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2E2B; }

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

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

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

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

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

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

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

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